Answer:
y = 5.5x – 17
Step-by-step explanation:
Slope (m) = ΔY/ΔX=11/2 =5.5
When x=0, y = -17
Answer:
A is 7 and B is
Step-by-step explanation:
A: 3x2 is 6+1 is 7
B: 3x5 is 8 + 1 so 9+9+9+9 is 36
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:
Yes, her estimate is reasonable. She has 430 flowers and each bouquet needs 17. If we divide 430 by 17 we get roughly 25.29. So she can make 25 complete bouquets, which is between 20 and 30
Answer: Pick an x value like x = 2
Note that f(2) = 1 and g(2) = 2. This shows we've doubled the f(x) value to get g(x). Therefore k = 2.
Or you could pick on x = 4 to see f(4) = 2 and g(4) = 4. The output of f(x) has been doubled as well.
It doesn't matter what x is since we'll have this doubling effect go on. I recommend picking x values where the points on the blue graph land perfectly on a grid location. Something like x = 5 seems a bit tricky.
: