document.write( "Question 943851: The length of a rectangular poster is 3 inches more than three times its width. Find the length of the poster if the perimeter is 46 inches \n" ); document.write( "
Algebra.Com's Answer #575551 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
Width=W; Length=L=3W+3; perimeter=P=2(L+W)
\n" ); document.write( "P=2(3W+3+W)=46 inches
\n" ); document.write( "6W+6+2W=46 subtract 6 from each side
\n" ); document.write( "8W=40 inches divide each side by 8
\n" ); document.write( "W=5 inches ANSWER Width is 5 inches.
\n" ); document.write( "L=3W+3=3(5 inches)+3 inches=15+3=18 inches ANSWER Length is 18 inches
\n" ); document.write( "CHECK:
\n" ); document.write( "Perimeter is 46 inches
\n" ); document.write( "2(L+W)=46 inches
\n" ); document.write( "2(18 inches+5 inches)=46 inches
\n" ); document.write( "2(23 inches)+46 inches
\n" ); document.write( "46 inches=46 inches
\n" ); document.write( "L=3W+3
\n" ); document.write( "18 inches=3(5 inches)+3 inches
\n" ); document.write( "18 inches=18 inches
\n" ); document.write( "
\n" ); document.write( "
\n" );