document.write( "Question 692858: How do you write an equation of the line that passes through the point (4, 7) and
\n" );
document.write( "is parallel to the line y = 0.5x – 1 \n" );
document.write( "
Algebra.Com's Answer #427120 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 7=0.5*4+b \n" ); document.write( "7-2=b \n" ); document.write( "b=5 \n" ); document.write( "-------------- \n" ); document.write( "y=0.5x+5 \n" ); document.write( " |