document.write( "Question 812579: The length of a rectangle is 5 inches more than it's width the perimeter is 66 inches what is the dimension of the rectangle \n" ); document.write( "
Algebra.Com's Answer #489214 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! L = w + 5 \n" ); document.write( "2L + 2w = 66 \n" ); document.write( "--- \n" ); document.write( "2L + 2w = 66 \n" ); document.write( "2(w + 5) + 2w = 66 \n" ); document.write( "2w + 10 + 2w = 66 \n" ); document.write( "4w = 56 \n" ); document.write( "--- \n" ); document.write( "w = 14 \n" ); document.write( "L = 19 \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( " |