C= 6.7
A^2 + B^2 = C^2
6^2 + 3^2 = C^2
36+9 = 45
Square root 45 = 6.7
Answer:
I am pretty sure its y={5}/{4}x-5
Step-by-step explanation:
Answer: 172
Step-by-step explanation:
If what I did is right, the answer is 172.2 since 41/5 is 8.2 and I multiply 8.2 times 21, I get 172.2, which rounds to 172.
Answer:The distance from a point to a line is
distance(ax+by+c=0,(x0,y0)) = abs(ax0+by0+c)/sqrt(a^2+b^2)
So first convert the formula for the line to standard form
5x+2y=4
5x+2y-4=0
a=5, b=2, c=-4, x0=15, y0=-21
Step-by-step explanation: