Answer:
See below.
Step-by-step explanation:
<u>Simplify</u>
y - 2 = 5(x - 6)
y - 2 = 5x - 30
y = 5x - 28
Points which lie on the line
(6, 2)
(5, -3)
(7, 7)
Answer:
Step-by-step explanation:
two points on the line are (-3,-2) and (5,4)
slope=(4+2)/(5+3)=6/8=3/4
eq. of line is
y+2=3/4 (x+3)
4y+8=3x+9
4y=3x+1
y=3/4 x+1/4
Answer: The answer should be 9.2195
Step-by-step explanation:They tell us the point is 2.9 and they are asking the distance from the origin which is zero. So we can use pythagorean theorem. A²+B²=C² Look at it as a triangle. They have given us A and B, so you can find C² using those information. If you plot the point in the line you know that A=2 and B=9. Using the formula will be 2²+9²=C² ⇒ 4+81=C² ⇒ 85=C². To get rid of the power of 2 in c we have to square both side to cancel it out. C would equal 9.2195
Answer:
23 ft
Step-by-step explanation:
The computation of the maximum length of the base of the triangle is as follows:
Area of triangle is = 4 × 6 ÷ 2
= 12 ft²
Now the maximum area of the rectangle is
= 150 - 12
= 138 ft²
L = ?
W = 6 ft
Area of rectangle is = L × W
L × 6 = 138
L = 138 ÷ 6
= 23 ft
"Completing the square" is the process used to derive the quadratic formula for the general quadratic ax^2+bx+c=0. Suppose you did not know the value of a,b, or c of the quadratic...
ax^2+bx+c=0 You need a leading coefficient of one for the process to work, so you divide the whole equation by a
x^2+bx/a+c/a=0 now you move the constant to the other side of the equation
x^2+bx/a=-c/a now you halve the linear coefficient, square that, then add that value to both sides, ie, (b/(2a))^2=b^2/(4a^2)...
x^2+bx/a+b^2/(4a^2)=b^2/(4a^2)-c/a now the left side is a perfect square...
(x+b/(2a))^2=(b^2-4ac)/(4a^2) now take the square root of both sides
x+b/(2a)=±√(b^2-4ac)/(2a) now subtract b/(2a) from both sides
x=(-b±√(b^2-4ac))/(2a)
It is actually much simpler keeping track of everything when using known values for a,b, and c, but the above explains the actual process used to create the quadratic formula, which the above solution is. :)