document.write( "Question 576156: Given the system of linear equations,(3x-4y=5 2x+3y=8)
\n" );
document.write( "Re-write both equations in the y = mx + b form.\r
\n" );
document.write( "\n" );
document.write( "What is the slope of the first equation? ………………..
\n" );
document.write( "What is the slope of the second equation? ……………
\n" );
document.write( "Based on the slopes, will these lines intersect or they are parallel?
\n" );
document.write( "……………………………………………………………………………..
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #369748 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Given the system of linear equations,(3x-4y=5 2x+3y=8) \n" ); document.write( "Re-write both equations in the y = mx + b form. \n" ); document.write( "What is the slope of the first equation? ……………….. \n" ); document.write( "What is the slope of the second equation? …………… \n" ); document.write( "Based on the slopes, will these lines intersect or they are parallel? \n" ); document.write( "** \n" ); document.write( "First equation: \n" ); document.write( "3x-4y=5 \n" ); document.write( "4y=3x-5 \n" ); document.write( "y=(3/4)x-5/4 \n" ); document.write( "slope=3/4 \n" ); document.write( ".. \n" ); document.write( "Second equation: \n" ); document.write( "2x+3y=8 \n" ); document.write( "3y=-2x+8 \n" ); document.write( "y=(-2/3)x+8/3 \n" ); document.write( "slope=-2/3 \n" ); document.write( ".. \n" ); document.write( "lines will intersect \n" ); document.write( " |