Answer:
2. $3
Put down 20 and multiply 20 times .15 and you get your answer.
RemarkIt's asking you to complete the square to find the vertex.
Solvey = -2x^2 + x + 3 Put brackets around the first 2 terms.
y = (-2x^2 + x) + 3 Pull out the 2.
y = -2(x^2 - 1/2 x) + 3 Be especially observant of the sign on 1/2x Divide the middle term's number by 2 and square it.
y = -2(x^2 - 1/2 x + [(1/2) / 2]^2 ) + 3 [1/2 divided by 2 is 1/4. (1/4)^2 = 1/16; 2*(1/16) = 1/8
y = - 2(x^2 - 1/2 x + (1/4)^2 ) + 3 + 1/8
y = -2(x - 1/4)^2 + 3 1/8
CommentAnswer to your question. The maximum value (3 1/8) is above the y axis. That means the graph of the equation crosses the x axis twice. I'm going to include the graph because in answering the question, there is no harm in seeing the graph.
Answer:
y= -6+2/3x
Step-by-step explanation:
2x-3y=18
Minus the 2x from both sides
-3y=18-2x
Then divide both sides by -1
-3y÷-1=18÷-1 -2x÷-1
Lastly divide both sides by 3
3y÷3= -18÷3+2x÷3
Answer:
P=H(8)
Step-by-step explanation:
P equals Pay.
H equals Hours.
Gorans pay is whatever his hours are times 8.
P=H(8)
I hope this helps!
Answer:
f(x) = 1.5x - 0.5x
Step-by-step explanation:
The function of the pattern represented by the pentagonal numbers is the sum of three triangular numbers.
The triangular number general formula
x (x + 1) / 2
For example,
The sequence
1, 3, 6, 10
*
* * *
* * * * * *
* , * *, * * *, * * * *
_____________________________
The pentagonal numbers
The sequence:
1, 5, 12, 22, 35
As shown in the picture can be divided into three triangles
Triangle 2
x (x + 1) / 2
Triangle 1 and 3 (they are triangles one unit smaller than 2)
n (n + 1) / 2
n= x-1
Replacing n
(x-1) ((x-1) + 1) / 2
(x-1) (x) / 2
(x-1) x / 2
______________
Function represents the pattern
Triangle 2 + (Triangle 1 + Triangle 3)
Triangle 1 = Triangle 3
So then,
Triangle 2 + 2* Triangle 1
x (x +1) /2 + 2* (x -1) x/2
Rearranging
0.5 x (x +1) + x(x -1)
0.5x^2 + 0.5x + x^2 -x
(0.5 x^2 + x^2) + (0.5x -x )
1.5 x^2 - 0.5 x
______