document.write( "Question 248260: A rectangular instrument case has an are of 40in^2. if the length is 6in. more than the width, find the dimensions of the length. (A=L*W) \n" ); document.write( "
Algebra.Com's Answer #180922 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 40=L*W \n" ); document.write( "L=6+W \n" ); document.write( "substitute 6+w for L in 40=L*W to get 40=(6+W)*W \n" ); document.write( "40=(6+W)*W \n" ); document.write( "40=6W+W^2 \n" ); document.write( "subtract 40 from both sides and move everything to the opposite sides \n" ); document.write( "W^2+6W-40=0 \n" ); document.write( "to factor we need factors of 40 that are different by 6 \n" ); document.write( "factors of 40 \n" ); document.write( "40*1;20*2;10*4;5*8 \n" ); document.write( "which ones are different by 6 \n" ); document.write( "10 and 4 \n" ); document.write( "we need positive six so we need 10-4 \n" ); document.write( "(x-4)(x+10)=0 \n" ); document.write( "x=4 and x=-10 \n" ); document.write( "
|