Divide the first one by the second and the answer will be B.
3/4 = .75 so you have to find 75 % of 3/9
100% = 3/9
1% = (3/9)/100
75% = (3/9)/100 * 75 =.25
I think it's 3
It should be 3 because if you have a base of 6 then your height must be 3 to get 18.
Answer:
Solve for the first variable in one of the equations, then substitute the result into the other equation.
Point Form:(30/19,2/19)
Equation Form: x=30/19, y=2/19
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: