Answer:
360
Step-by-step explanation:
Hello There!
Before we start, I am going to divide 3.5 by 2 because then we can multiply by 7 to see how far Jimmy can run in 70 minutes.
Jimmy can run 1.75 miles in 10 minutes.
To find out how many miles he can run in 70 minutes, we just multiply 1.75 by 7 and we get a product of 12.25
Jimmy Can Run 12.25 Miles In 70 Minutes
Answer:
The diver will hit the water at 1.5 seconds
Step-by-step explanation:
Given

Required (Missing from the question)
When will the diver hit the water?
To do this, we simply solve for t
When the diver hits the water, the height is 0 (at that point)
So, substitute 0 for h in 

Divide both sides by -16




Split
or 
Solve for t
or 
But time (t) can not be negative.
So:

Hence, the diver will hit the water at 1.5 seconds
Answer:
y-6=5(x-(-9))
Step-by-step explanation:
y=5x+51 if u need y=mx+b. Plug and chug basically
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.