document.write( "Question 309092: Find an equation of the line containing the given pair of points
\n" );
document.write( "(1/4, -1/2) and (3/4, 1) \n" );
document.write( "
Algebra.Com's Answer #220994 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find an equation of the line containing the given pair of points \n" ); document.write( "(1/4, -1/2) and (3/4, 1) \n" ); document.write( "------------------------------ \n" ); document.write( "slope = (1--(1/2))/(3/4 - 1/4) = (3/2)/(1/2) = 3 \n" ); document.write( "--------------------- \n" ); document.write( "Form: y = mx + b \n" ); document.write( "You have m = 3, and y = 1 when x = 3/4; solve for \"b\": \n" ); document.write( "--- \n" ); document.write( "1 = 3(3/4) + b \n" ); document.write( "b = (4/4)-(9/4) = -5/4 \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "y = 3x - (5/4) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |