Multiply 5x to 3x and -2
multiply 6 to 3x and -2
15x^2-10x+18x-12
15x^2+8x-12
<span>Turn 1 3/4 into a decimal number: 1.75
So, 120 miles in 1.75 hours, but we want to know miles in *one* hour. Divide both numbers by 1.75. 120/1.75 miles in 1.75/1.75 hour = 120/1.75 miles in 1 hour. 120/1.75 is 68.57 miles in one hour, so 68.57 mph.</span>
Answer:
x ≥ 250
Step-by-step explanation:
Note that "greater than or equal to" looks like ≥
50 + x ≥ 300
Isolate the variable. What you do to one side, you do to the other. Subtract 50 from both sides.
x + 50 (-50) ≥ 300 (-50)
x ≥ 300 - 50
x ≥ 250
x ≥ 250 is your answer.
~
Answer:
according to google there are 30 inches in a full step
Step-by-step explanation:
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: