document.write( "Question 808429: The length of a rectangle is four times its width.
\n" );
document.write( "If the area of the rectangle is 196 cm2 , find its perimeter.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #487002 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! L = 4W \n" ); document.write( "A = L*W = 196 \n" ); document.write( "--- \n" ); document.write( "4W*W = 196 \n" ); document.write( "W*W = 196/4 \n" ); document.write( "W*W = 49 \n" ); document.write( "W = 7 \n" ); document.write( "L = 28 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "P = 2L + 2W = 70 \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( " |