document.write( "Question 945229: A rectangular solar panel has a length that is 12 inches shorter then 4 times its width. If the perimeter is 176, what are the dimensions? \n" ); document.write( "
Algebra.Com's Answer #576390 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular solar panel has a length that is 12 inches shorter then 4 times its width. If the perimeter is 176, what are the dimensions? \n" ); document.write( "*** \n" ); document.write( "let x=width of solar panel \n" ); document.write( "4x-12=length (12 inches shorter then 4 times its width) \n" ); document.write( "2(length+width)=176 \n" ); document.write( "2(x+4x-12)=176 \n" ); document.write( "10x-24=176 \n" ); document.write( "10x=200 \n" ); document.write( "x=20 \n" ); document.write( "4x-12=68 \n" ); document.write( ".. \n" ); document.write( "dimensions? \n" ); document.write( "width=20 inches \n" ); document.write( "length=68 inches \n" ); document.write( " |