A circles DIAMETER is twice as long as its radius
Hope this helps you :)
Answer:
15 seconds
Step-by-step explanation:
If you make a table of values for the dog and the squirrel using d = rt, then the rates are easy: the dog's rate is 150 and the squirrel's is 100. The t is what we are looking for, so that's our unknown, and the distance is a bit tricky, but let's look at what we know: the dog is 200 feet behind the squirrel, so when the dog catches up to the squirrel, he has run some distance d plus the 200 feet to catch up. Since we don't know what d is, we will just call it d! Now it seems as though we have 2 unknowns which is a problem. However, if we solve both equations (the one for the dog and the one for the squirrel) for t, we can set them equal to each other. Here's the dog's equation:
d = rt
d+200 = 150t
And the squirrel's:
d = 100t
If we solve both for t and set them equal to each other we have:

Now we can cross multiply to solve for d:
150d = 100d + 20,000 and
50d = 20,000
d = 400
But we're not looking for the distance the squirrel traveled before the dog caught it, we are looking for how long it took. So sub that d value back into one of the equations we have solved for t and do the math:

That's 1/4 of a minute which is 15 seconds.

. Solve for standard form.


To find the opposite of 5p²+4, find the opposite of each term inside the bracket.

Combine 7p² and -5p² to get 2p².

You're solving a system here, easy peasy. Solve the second equation for y to get y = 2 - 3x. Now in the first equation, sub in this y value where you see a y and now the equation is in terms of x only: x^2 + (2-3x)^2 = 20. You have to FOIL out the (2-3x)^2 first to get x^2 + 4 - 12x + 9x^2 = 20. Now combine like terms to get 10x^2 - 12x + 4 = 20. Move the 20 over by subtraction to get
10x^2 - 12x - 16 = 0. Factor this now, taking a 2 out first: 2(5x^2 - 6x -8)=0 and you get factors of 2(x-2)(5x+4)=0. x=2 or x = -4/5. If x = 2, then y = -4. If x = -4/5, then y = 22/5