Well, following the order of PEMDAS, I got choice B. 52
For instance, when you plug in 5 for x, you get F(5)=2(5)^2+2.
Moreover, following PEMDAS, you're supposed to solve what's inside the parenthesis, but since there is no operation going on inside the parenthesis, then you simple move on to the exponent.
In this case, you square the number 5, which gives you F(5)=2(25)+2
After that, you Multiply (letter M in PEMDAS). This results in F(5)=50+2.
Finally, you add them, which results in F=52.
By the way, I noticed a mistake in your work. When multiplying 2 by 5, the answer is 10, not 20.
Anyway, hope this helped! :-)
Let's start with y = 4x + b (since 4 is the slope);
We need to find what number should be put instead of b;
Then, let's see what needs to be done;
Plug in the y and x values from the coordinate (22,12) into y=4x+b;
12 = 4(22) + b
Solve;
12 = 88 + b
12 - 88 = b
b = -76
Remember the equation y = 4x + b? Put the -76 instead of b:
y = 4x + -76
or: y = 4x - 76
That is the equation.
To make it standard form, put x and y both in the left side, with x first then y:
-4x + y = -76
^^Answer!