answersLogoWhite

0

when you help save the planet by picking up trash, using a water bottle all the time instead of throwing out a lot of plastic ones. and by just helping the planet by doing small things =)

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach

Add your answer:

Earn +20 pts
Q: What is going gree n?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How do you multiply 3 negative integers?

=when you multiply negative integers the answer is going to be negative because n-multiply by n- equals n+ but when yu multiply n+ by n- it equals n- so you basicly multiply the numbers and the answer would be ah negative.==when you multiply negative integers the answer is going to be negative because n-multiply by n- equals n+ but when yu multiply n+ by n- it equals n- so you basicly multiply the numbers and the answer would be ah negative.=


How do you input 5 numbers and out put the sum and print these numbers in the inverted order using array structure?

Declare the arrayuse a for loop going from 0 to 4within that loop, ask a question, and store it in the array at the current indexstart another for loop going from 4 to zeroin that loop output the questions.For instance, if you're doing it in C, it would be something like this:#include int main(int argc, char *argv[]){int answer[5], n;for(n = 0; n < 5; n++){printf("Gimme a number: ");scanf("%i", &answer[n]);}for(n = 4; n >= 0; n--){printf("%i\n", answer[n]);}return 0;}


What is the rule in these nunbers 3-7 4-10 5-13?

Let n (i) = the term number of each term in the sequence., with (i) going from 1-6 E.g term number 1 (n (1) ) is 3. n(2)= -7 etc... Therefore n(i) for odd terms in the sequence is n (i)= (n (i -2)th term +1). For even terms in the sequence, n(i)= (n (i - 2)th term -3).


How long does it take to drive 9 miles going 45 mph?

If you are going 45 mph, then you divide 45 by 9 45/9 = 5 Now we mutiply that by n to get to 60. 5 * 12 = 60 The answer is 12.


A number times 8 is 42 what is the number?

We're going to use 'n' to represent the number. 8n = 48 (same thing as 8 x n = 48) 8n/8 = 48/8 (divide both sides by 8) n = 6 (times 8 and divided by 8 cancel each other 8, leaving n) 8 x 6 = 48