document.write( "Question 1035142: Which inequality is equivalent to 8x - 6y < 10?\r
\n" );
document.write( "\n" );
document.write( "y < (4/3)x - (5/3)
\n" );
document.write( "y > (4/3)x - (5/3)
\n" );
document.write( "y < (¾)x - (5/4)
\n" );
document.write( "y > (¾)x - (5/4) \n" );
document.write( "
Algebra.Com's Answer #649751 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us solve this for y: \n" ); document.write( "8x - 6y < 10 \n" ); document.write( "Subtract 8x first \n" ); document.write( "-6y < -8x + 10 \n" ); document.write( "Now divide by -6, making sure to reverse the inequality \n" ); document.write( "y > (4/3)x - 5/3 \n" ); document.write( "Looks like choice B. \n" ); document.write( " |