document.write( "Question 263423: The length of a rectangle is 3 centimeters more than three times the width. If the perimeter of the rectangle is 22 centimeters, what are its dimensions? \n" ); document.write( "
Algebra.Com's Answer #194139 by kelsdf(2)![]() ![]() You can put this solution on YOUR website! Let's make the width equal x. \n" ); document.write( "That would make the length 3x+3. \n" ); document.write( "If the perimeter is 22, the formula is length+length+width+width or 2length+2width. \n" ); document.write( "So we would plug in our variables giving us the equation: 2x+[2(3x+3)]=22. \n" ); document.write( "Multiply and you'd get 2x+6x+6=22. \n" ); document.write( "Subtract 4 from each side to get 2x+6x=16. \n" ); document.write( "Add like terms giving you: 8x=16 \n" ); document.write( "Divide both sides 8 to get x=2. \n" ); document.write( "Plug in 6 to get x=6 and 3x+3=21. \n" ); document.write( "So your length would be 21 and your width would be 6. \n" ); document.write( " |