Put into slope intercept form, y=mx+b where m=slope
p=-2q+6
slope is -2
subsitute values for q and get values for p
q=0, p=6
(q,p)
(0,6)
(1,4)
p=q+4
slope is 1
subsitutte
q=0,p=4
(q,p)
(0,4)
(1,5)
below are the graphs
9514 1404 393
Answer:
{2.96, 12.66}
Step-by-step explanation:
A graph shows the rocket will be 600 feet up after 2.96 seconds, and again at 12.66 seconds.
__
You can solve the equation h = 600 to find the times.
-16t^2 +250t = 600
-16(t^2 -15.625t) = 600
-16(t^2 -15.625t +7.8125²) = 600 -16(7.8125²)
-16(t -7.8125)² = -376.5625
t -7.8125 = √(376.5625/16) ≈ ±4.8513
t = 7.8125 ± 4.8513 ≈ {2.9612, 12.6638}
The rocket will be 600 ft above the ground 2.96 and 12.66 seconds after launch.
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
FALSE, there are 80 cups in 5 gallons and 88 cups in 22 quarts