Step-by-step explanation:
X(x+6) - 6(x+6)
X+6x-6x-36
X-36
Answer:
It intersects the x-axis at x = 10
Step-by-step explanation:
Step 1: Find slope <em>m</em>
m = (5 - 1)/(5 - 9)
m = 4/-4
m = -1
y = -x + b
Step 2: Find <em>b</em>
5 = -5 + b
b = 10
Step 3: Rewrite equation
y = -x + 10
Step 4: Find <em>x</em> when <em>y</em> = 0
0 = -x + 10
-10 = -x
x = 10
So the graph crosses the x-axis at 10.
Answer:
( 2x - 3 ) / 5
Step-by-step explanation:
2x - 6 = 5y - 3
2x - 6 + 3 = 5y
2x - 3 = 5y
y = ( 2x - 3 ) / 5
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