document.write( "Question 331906: Use an inequality and the five-step process to solve the problem. Show all steps necessary to arrive at your solution.\r
\n" );
document.write( "\n" );
document.write( "One side of a rectangle is 12 inches and the other side is x inches. What values of x will make the perimeter at most 44? Use P = 2L + 2W.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237898 by mananth(16946)![]() ![]() You can put this solution on YOUR website! one side =x \n" ); document.write( "other side = 12 \n" ); document.write( "P=2x+2*12 \n" ); document.write( "p=2x+24 \n" ); document.write( ".. \n" ); document.write( "2x+24<44 \n" ); document.write( "2(x+12)<44 \n" ); document.write( "divide by 2 \n" ); document.write( "2(x+12) /2 <44/2 \n" ); document.write( "x+12<22 \n" ); document.write( "add -12 \n" ); document.write( "x+12-12<22-12 \n" ); document.write( "x<10 \n" ); document.write( " |