Problem 4
Answer: 47
------------------------
Work Shown:
f(x) = x^2 - 7x + 3
f(x) = (x)^2 - 7(x) + 3
f(-4) = (-4)^2 - 7(-4) + 3 ... replace each x with -4
f(-4) = 16 - 7(-4) + 3
f(-4) = 16 + 28 + 3
f(-4) = 44 + 3
f(-4) = 47
============================================================
Problem 5
Answer: See the attached image for the table
------------------------
Work Shown:
Plug in n = 27 and we get...
C = 26 + 10*n
C = 26 + 10*27
C = 26 + 270
C = 296
The input n = 27 leads to the output C = 296. This means that 27 people will have the cost be $296
Do the same for n = 39
C = 26 + 10*n
C = 26 + 10*39
C = 26 + 390
C = 416
The input n = 39 leads to the output C = 416. This means that 39 people will have the cost be $416
and also n = 43 as well
C = 26 + 10*n
C = 26 + 10*43
C = 26 + 430
C = 456
The input n = 43 leads to the output C = 456. This means that 43 people will have the cost be $456
Hey there!
The answer is C.
First of all, let's assign variables. We can use t for tricycles and b for bicycles.
Next let's look at the first statement:
"There are at most 12 bicycles and tricycles in a school playground."
"At most" means the number 12 will be included in the inequality, so the sum of b and t is at most 12.
We can write this as b + t ≤ 12.
Now we can look at the second statement:
"There are at least 17 wheels altogether."
"At least" means the number 17 will be included in the inequality.
Since each bicycle has 2 wheels and each tricycle has 3 wheels, the sum of 2b and 3t is at least 17.
That can be written as 2b + 3t ≥ 17.
Our final system of inequalities:
b + t ≤ 12
2b + 3t ≥ 17
This matches option C.
Hope this helps!
Y+8 = -3(x-7)
Distribute the -3
y +8 = -3x +21
Subtract 8 from both sides
Y = -3x +21 -8
Y= -3x+13