document.write( "Question 121099: I need help with this problem. Find an equation of the line containing the given pair of points. Express your answer in the form x=a, y=b, or y=mx+b
\n" );
document.write( "(0,0) and (4,7)
\n" );
document.write( "what is an equation of the line?
\n" );
document.write( "y=__________\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance for your help \n" );
document.write( "
Algebra.Com's Answer #88836 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (0,0) and (4,7) \n" ); document.write( "what is an equation of the line? \n" ); document.write( "------------------- \n" ); document.write( "slope = (7-0)/(4-0) = 7/4 \n" ); document.write( "------------------- \n" ); document.write( "EQUATION form is y = mx+b \n" ); document.write( "Substitute x=0, y=0 and m=(7/4) to solve for b \n" ); document.write( "------------------- \n" ); document.write( "0 = (7/4)*0 + b \n" ); document.write( "b = 0 \n" ); document.write( "--------------- \n" ); document.write( "EQUATION: \n" ); document.write( " y = (7/4)x \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |