document.write( "Question 931726: the width of a rectangle is 15 less than 3 times its length. if the perimeter is 26, what are the length and width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #565748 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! w = 3L - 15 \n" ); document.write( "2L + 2w = 26 \n" ); document.write( "--- \n" ); document.write( "2L + 2w = 26 \n" ); document.write( "2L + 2(3L - 15) = 26 \n" ); document.write( "2L + 6L - 30 = 26 \n" ); document.write( "8L = 56 \n" ); document.write( "L = 56/8 \n" ); document.write( "L = 7 \n" ); document.write( "w = 3L - 15 \n" ); document.write( "w = 3*7 - 15 \n" ); document.write( "w = 6 \n" ); document.write( "--- \n" ); document.write( "L = 7 \n" ); document.write( "w = 6 \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( " |