document.write( "Question 245843: Find an equation of the line containing the given point and having the given slope.\r
\n" );
document.write( "\n" );
document.write( "(1/2,2), m= -1\r
\n" );
document.write( "\n" );
document.write( "I have tried to work this out several different ways and come to b=0...i don't think this is right at all...could someone please show me what in the world i am doing wrong....thanks!! \n" );
document.write( "
Algebra.Com's Answer #179503 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line containing the given point and having the given slope. \n" ); document.write( "(1/2,2), m= -1 \n" ); document.write( "---------------- \n" ); document.write( "y = mx + b \n" ); document.write( "2 = -1*(1/2) + b \n" ); document.write( "b = 2.5 \n" ); document.write( "-------- \n" ); document.write( "y = -x + 2.5 \n" ); document.write( " \n" ); document.write( " |