Since there is no value for either X or Y given, you can only change the formula around to equal X.
y=45x+38
First move the 38 to the left side by canceling it out (subtract 38 from both sides).
y-38=45x+38-38
So now we have:
y-38=45x
Now isolate the x on the right side by dividing both sides by 45.
(y-38) / 45 = x
So,
x = (y-38) / 45
(If the answer you’re looking for is a specific number, then the value for X or Y needs to be given!)
Answer:
(-2, 1).
Step-by-step explanation:
The x coordinates are -1 and -3 and the y coordinates are 4 and -2.
So the midpoint is (-1 + -3)/2, ( 4 + -2) / 2
= (-4/2, 2/2)
= (-2, 1).
Answer:
X+2Y=7 and 4X+8Y=19
Step-by-step explanation:
Step 1: Write the equations in the form y=mx+c, where m represents the gradient.
In this case, gradient is equal to -0.5
Step 2: Now fix arbitrary values on the equation, y=mx+c while maintaining the value of m as - 0.5
You can make endless equations
Answer:
49 - x^2
Step-by-step explanation:
(7+x)(7-x)
We know this is the difference of squares
(a-b) (a+b) = a^2 - b^2
7^2 - x^2 = 49-x^2
We can also FOIL
first = 7*7 = 49
Outer: = 7x
Inner: = -7x
Last : -x*x = -x^2
Add them together
49 +7x-7x - x^2
Combine like terms
49-x^2