Statistical questions: A, C, E, because they all talk about students, where B and D talk about adults and people in general. Frank just wants to know about students.
Answer: the y-coordinate that completes the point is 5.
Explanation:
An ordered pair (x, y) indicates the x-and-y coordinates of a general point, where x is the input value of a function and y is the output value.
The output value is y = f(x) and must be found applying the rule (function) to the given input value.
In this case the rulte is f(x) = - 3x + 2, and the input value, x, is - 1 (the first value of the ordered pair).
This is the mathematical procedure:
- x = - 1
- f(x) = f (-1) = -3 (-1) + 2 = 3 + 2 = 5.
There are two answers to this question
the first possible answer is 5, 6, and 7 and the second possible answer is -4, -3, and -2
Step-by-step explanation:
let the three numbers be (x-1), x, and (x+1)
the product of the smallest and largest number is 17 more than 3 times the middle number, or
(x-1)(x+1) = 3x+17, or
x^2-1 = 3+17, or
x^2-3x-18 = 0
(x-6)(x+3) = 0
So x = 6 or -3
Then just subtract one and add one to get the other integers. the three numbers are 5, 6, and 7 or -4, -3, and -2
At the end of each year, the amount is (1 + 11%) = 1.11 times the amount at the beginning of the year. When that multiplier is applied 5 times, the result is
$30 * 1.11^5 ≈ $50.55
Answer:
y = 6x² -13x -5
Step-by-step explanation:
(1,-12) (2,-7) (5,80)
y = ax² + bx + c
-12 = a*1² + b*1 + c = a+b+c (1)
-7 = 4a + 2b + c (2)
80 = 25a + 5b + c (3)
(2)-(1): 3a + b = 5 (4)
(3)-(2): 21a + 3b = 87 (5)
(4)*3: 9a + 3b = 15 (6)
(5)-(6): 12a = 72 a = 6
(4) b = -13
(2) c = -5