document.write( "Question 1036399: Write the equation of the line which has a slope of eight ninths
\n" );
document.write( "8
\n" );
document.write( "9 and passes through (9,2). Write the answer in slope-intercept form. \n" );
document.write( "
Algebra.Com's Answer #651050 by macston(5194)![]() ![]() You can put this solution on YOUR website! m=slope; x=9; y=2 \n" ); document.write( "y=mx+b \n" ); document.write( "y=(8/9)x+b \n" ); document.write( "2=(8/9)9+b \n" ); document.write( "2=8+b \n" ); document.write( "-6=b \n" ); document.write( ". \n" ); document.write( "Final equation: \n" ); document.write( "y=(8/9)x-6 \n" ); document.write( " |