document.write( "Question 864920: how do you convert this equation into standard form for an equation of a line that passes through (5,2) and has a y-intercept of 7? \n" ); document.write( "
Algebra.Com's Answer #521417 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "2=m*5+7 \n" ); document.write( "2=5m+7 \n" ); document.write( "2-7=5m \n" ); document.write( "-5=5m \n" ); document.write( "-5/5=m \n" ); document.write( "m=-1 \n" ); document.write( "--------------- \n" ); document.write( "y=-x+7 \n" ); document.write( "-------- \n" ); document.write( "x+y=7 \n" ); document.write( " |