document.write( "Question 274238: A is the point (2,3) and B is the point (4,9)\r
\n" );
document.write( "\n" );
document.write( "(a) Find the slope of the line segment [AB]
\n" );
document.write( "(b)Find the slope of a line perpendicular to line segment [AB]
\n" );
document.write( "(c)The line 2x+by-12=0 is perpendicular to the line segment [AB].What is the value of b? \n" );
document.write( "
Algebra.Com's Answer #200177 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2,3)(4,9) \n" ); document.write( "Slope=(y2-y1)/(x2-x1) \n" ); document.write( "Slope=(9-3)/(4-2) \n" ); document.write( "Slope=6/2=3 ans. \n" ); document.write( "-------------------- \n" ); document.write( "A perpendicular line will have a slope=-1/3. \n" ); document.write( "----------------------------------------------- \n" ); document.write( "2x+by-12=0 \n" ); document.write( "by=-2x+12 \n" ); document.write( "y=-2x/b+12/b [b=6] \n" ); document.write( "y=-2x/6+12/6 \n" ); document.write( "y=-x/3+2 \n" ); document.write( " |