Answer:
Step-by-step explanation:
You have 3 unknowns: a, b, and c. It's our job to find them algebraically. I'm going to start with the point where x = 0 and y = 7. You'll see why in a minute. Filling in the standard form of a quadratic
using (0, 7):
gives you that c = 7. We will use that value now when we write the next 2 equations. Now the point (-2, 19):
and
so
12 = 4a - 2b
Now for the next point (-1, 12):
and
so
5 = a - b
Now we have a system of equations (the 2 bold font equations) that we will solve by elimination:
12 = 4a - 2b
5 = a - b
Multiply the bottom equation by -4 to get a new system:
12 = 4a - 2b
-20 = -4a + 4b
Add those together to get rid of the a terms and end up with
-8 = 2b so
b = -4
Now we can sub in -4 for b to solve for a. I'm using the second bold type equation to do this:
5 = a - (-4) and
5 = a + 4 so
a = 1 and the equation for the quadratic function is

Answer:
Do 180-110=70 Then have it where 70/2=35. 35+4=39, 35-4=31, so the three angles are 39, 110, and 31.
Step-by-step explanation:
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Answer:
18
Step-by-step explanation:
Remark
This is one of those questions that can throw you. The problem is that do you include the original rectangle or not. The way it is written it sounds like you shouldn't
However if you don't the question gives you 2 complex answers. (answers with the sqrt( - 1) in them.
Solution
Let the width = x
Let the length = x + 5
Area of the rectangle: L * w = x * (x + 5)
Area of the smaller squares (there are 2)
Area = 2*s^2
x = s
Area = 2 * x^2
Area of the larger squares = 2 * (x+5)^2
Total Area
x*(x + 5) + 2x^2 + 2(x + 5)^2 = 120 Expand
x^2 + 5x + 2x^2 + 2(x^2 + 10x + 25) = 120 Remove the brackets
x^2 + 5x + 2x^2 + 2x^2 + 20x + 50 = 120 collect the like terms on the left
5x^2 + 25x + 50 = 120 Subtract 120 from both sides.
5x^2 + 25x - 70 = 0 Divide through by 5
x^2 + 5x - 14 = 0 Factor
(x + 7)(x - 2) = 0 x + 7 has no meaning
x - 2 = 0
x = 2
Perimeter
P = 2*w + 2*L
w = 2
L = 2 + 5
L = 7
P = 2*2 + 2 * 7
P = 4 + 14
P = 18