Answer:
The answer will be 7,-3
Step-by-step explanation:
Answer & Step-by-step explanation:
To find if they have a constant of proportionality of 12, use the following:
Divide y by the x value (x,y), and if the remaining equation is true, then that table has a constant of proportionality of 12.*
:Done
*Make sure you check all the values in a table. Sometimes only the first values will have k=12, while the others don't.
**The constant of proportionality is represented by <em>k</em>.
Try to understand the problem and take everything step by step
Girls: 81
boys: 75
4x +6 = 156
4x = 150
x = 37.5
2x = 75
girls: 75 + 6
boys: x
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: