document.write( "Question 979625: Please solve this. \r
\n" );
document.write( "\n" );
document.write( "A rectangular solar panel has a length that is 12 inches shorter than 3 times its width. if the perimeter of the panel is 176 inches, what are the dimensions of the panel? \r
\n" );
document.write( "\n" );
document.write( "Width of the panel is?\r
\n" );
document.write( "\n" );
document.write( "length of the panel is? \r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #600915 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "make the width = x \n" ); document.write( "so the length is = 3x - 12 \n" ); document.write( "Perimeter = 2 x Length + 2 x Width \n" ); document.write( "176 = 2(3x - 12) + 2x \n" ); document.write( "176 = 6x - 24 + 2x \n" ); document.write( "Collect like terms \n" ); document.write( "6x + 2x = 176 + 24 \n" ); document.write( "8x = 200 \n" ); document.write( "x = 25 \n" ); document.write( "Width = 25 inches \n" ); document.write( "Length = 63 inches \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |