Answer:
-8
Step-by-step explanation:
When you factor, you just find two numbers that add to be the first number (16) and multiply to be the second number (64). 8 and 8 both do this. So when we factor, we also add the variable into each equation because it also has been divided into two equations, and we get: (p + 8)(p +8). Notice that the equations are "+8" and not "-8" because two +8s add to give us a +16 and multiply to give us a +64. After that, we just solve the two equations to find the solutions. Subtract 8 from each equation (we do the opposite operation because 8 is positive) to get -8. Because the answer for each equation is the same our answer is -8.
Answer: option c
Step-by-step explanation:
Find the x-intercept and y-intercept of each line.
To find the x-intercept, substitute
into the equation and solve for "x".
To find the y-intercept, substitute
into the equation and solve for "y".
- For the first equation:
x-intercept

y-intercept

Graph a line that passes through the points (7.25, 0) and (0, 9.66)
- For the second equation:
x-intercept

y-intercept

Graph a line that passes through the points (0.5, 0) and (0, -0.33)
Observe the graph attached. You can see that point of intersection of the lines is (5,3); then this is the solution of the system. Therefore:

Answer:
10
Step-by-step explanation:
Sophia's mom is 22 inches taller than Sophia.
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: