document.write( "Question 292628: Solve using the addition and multiplication principles.
\n" );
document.write( " x over 2 + 6 ≤ 10 \n" );
document.write( "
Algebra.Com's Answer #211329 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x/2 + 6 ≤ 10 \n" ); document.write( "x/2<=10-6 \n" ); document.write( "x/2<=4 \n" ); document.write( "x<=4*2 \n" ); document.write( "x<=8 ans. \n" ); document.write( "Proof: \n" ); document.write( "Let x=7.9 \n" ); document.write( "7.9/2+6<=10 \n" ); document.write( "3.95+6<=10 \n" ); document.write( "9.95<=10 \n" ); document.write( " \n" ); document.write( " |