If angles are the same, then their opposite edges also the same. So 2x-6 = x
If you solve it you will find x=6
There is no graph, so it is impossible to answer this question. I apologise.
9514 1404 393
Answer:
Step-by-step explanation:
The form of the equation you are given is called "point-slope" form. The "slope" in this case is the per-hour fee. The point is (9 h, $195). Point-slope form generally looks like this:
y -k = m(x -h) . . . . . line with slope m through point (h, k)
Here, you have m=15, (h, k) = (9, 195), so the equation looks like ...
y -195 = 15(x -9)
__
The "one-time fee" is the cost when hours are zero.
y -195 = 15(0 -9)
y = 195 -9(15) = 60 . . . . add 195 to both sides, and evaluate
The one-time fee is $60.
Answer:
Option c. 81/2
Step-by-step explanation:
Fifth term: a5=?
First term: a1=8
Common ratio: r=3/2
an=a1*r^(n-1)
with n=5
a5=a1*r^(5-1)
a5=a1*r^4
Replacing the known values:
a5=8*(3/2)^4
a5=8*(3)^4/(2)^4
a5=8*81/16
Simplifying: Dividing the numerator and denominator by 8:
a5=(8*81/8)/(16/8)
a5=81/2
Answer: Option c. 81/2
A two digit number has a tens digit and a ones digit.
Let's say x = tens digit and y = ones digit
"The sum of the digits is 5"
x + y = 5
The next phrase is "the number multiplied by 3 is 42" but we need to represent the number using the digits. So they need to be multiplied first by their place value and added together. [Example: 34 = 3(10) + 4(1)]
The number is: 10x + y
3(10x + y) = 42
The system of equations: (two equations for two unknowns)
x + y = 5
30x + 3y = 42
Then you can use substitution or elimination to combine and solve.
I'll use elimination, multiply the entire top equation by -3 and add the equations together. y will cancel out
-3x - 3y = -15
30x + 3y = 42
------------------
27x + 0 = 27
x = 1
then plug x = 1 into either equation to find y
1 + y = 5
y = 4
remember the x and y represent digits so the number xy is 14