<h3>
Answer: 79 full rotations</h3>
====================================================
Explanation:
150 cm = 150/100 = 1.5 m
The wheel has a diameter of 1.5 meters
The circumference of the wheel is
C = pi*d
C = pi*1.5
C = 1.5pi
C = 4.71238898038469
I'm using my calculator's stored version of pi to get the most accuracy.
Then we divide the 376.8 over the circumference found
(376.8)/(4.71238898038469) = 79.9594434093682
Despite being very close to 80, we must round down to 79 because we don't have enough to get that full 80th rotation. In other words, we have 79 full rotations and then some change leftover.
Though for the sake of simplicity, I can see how it's useful to say "about 80 rotations" if 79 seems a bit clunky. I'll stick with 79 however. Let me know if your teacher instructs otherwise.
4 one coefficient and three variables
Answer:
5≤u
Step-by-step explanation:
Put the words and numbers into an equation:
-5u+27≤2
Put all like terms on one side:
27-2≤5u ---> Do you see what I did there? Now you don't have to work with negatives. :)
Simplify:
25≤5u
Solve:
5≤u
:)
Answer:
y = (x - 4)² - 25
Step-by-step explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
To obtain this form use the method of completing the square.
Given
y = (x + 1)(x - 9) ← expand factors using FOIL, thus
y = x² - 8x - 9
To complete the square
add/subtract ( half the coefficient of the x- term )² to x² - 8x
y = x² + 2(- 4)x + 16 - 16 - 9
= (x - 4)² - 25 ← in vertex form