False Sometimes its different for all
The turtle would be moving 0.5 feet every minute. The width of the path is 4 feet.
Rounding is simple:
- If the previous digit is 5-9, round the number to the left of it up a number. If it is 4-0, leave the number to the left of it as it is.
For 82.98, we can round 82 to 83, since 82 is the whole number and the previous digit is 9 (so we round up).
For 169.645, we scratch off 45. Since 6 is in the tenth's place and the previous digit of it is 4, we leave it at 169.64.
:)
Answer:
$23.50
Step-by-step explanation:
multiply 12 by 1.75 then add 2.50 to it to get the cost of taxi fee of 12 miles
To factor quadratic equations of the form ax^2+bx+c=y, you must find two values, j and k, which satisfy two conditions.
jk=ac and j+k=b
The you replace the single linear term bx with jx and kx. Finally then you factor the first pair of terms and the second pair of terms. In this problem...
2k^2-5k-18=0
2k^2+4k-9k-18=0
2k(k+2)-9(k+2)=0
(2k-9)(k+2)=0
so k=-2 and 9/2
k=(-2, 4.5)