document.write( "Question 392043: I need to find an equation of the line for the given pair of points. I am not sure how to do so. Thank you.\r
\n" );
document.write( "\n" );
document.write( "(1/4, -1/2) and (3/4, 1) \n" );
document.write( "
Algebra.Com's Answer #278220 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! slope m=(1--1/2)/(3/4-1/4) \n" ); document.write( "m=1.5/.5 \n" ); document.write( "m=3 \n" ); document.write( "---------------------- \n" ); document.write( "y=mx+b \n" ); document.write( "1=3*.75+b \n" ); document.write( "1=2.25+b \n" ); document.write( "b=1/2.25 \n" ); document.write( "b=11/25 \n" ); document.write( "----------------------- \n" ); document.write( "y=3x+11/25 \n" ); document.write( " |