document.write( "Question 810494: The perimeter of a rectangle is 122 cm. The length is 11 cm less than five times the width. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #488302 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! p = 2L + 2w = 122 \n" ); document.write( "L = 5w - 11 \n" ); document.write( "--- \n" ); document.write( "2L + 2w = 122 \n" ); document.write( "2(5w - 11) + 2w = 122 \n" ); document.write( "10w - 22 + 2w = 122 \n" ); document.write( "12w = 144 \n" ); document.write( "--- \n" ); document.write( "w = 12 \n" ); document.write( "L = 49 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |