Answer:
25cm
Step-by-step explanation:
one the possibility 36 - 11 =25 the answer is 25
Answer:
Tom/Lee
Step-by-step explanation:
y = A(Bx - C)ⁿ + D
A is a vertical stretch (or shrink if |A| < 1)
B is a vertical shrink (or stretch if |B| < 1)
C is a shift to the right (or left if C is negative) → notice that Bx - C is "-C" so to take the opposite
D is a shift up (or down if D is negative)
when C = -3, it is a shift to the left 3 units
when D = -7, it is a shift down 7 units
Answer: B
9 (x + 5) the greatest common factor is 9
Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation: