document.write( "Question 818295: Looking for the value of c when the system of equations is inconsistent (parallel lines).
\n" );
document.write( "2x+cy=11
\n" );
document.write( "5x-7y=5\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #492466 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! parallel lines have the same slope, so let's put each equation in standard form, y = mx +b where m is the slope and b is the y intercept \n" ); document.write( "2x + cy = 11 \n" ); document.write( "cy = -2x + 11 \n" ); document.write( "y = -2x/c + 11/c \n" ); document.write( "5x - 7y = 5 \n" ); document.write( "-7y = -5x + 5 \n" ); document.write( "y = 5x/7 - 5/7 \n" ); document.write( "now set the two slopes equal to each other \n" ); document.write( "5/7 = -2/c \n" ); document.write( "5c = -14 \n" ); document.write( "c = -14/5 \n" ); document.write( " \n" ); document.write( " |