document.write( "Question 925073: A rectangular park is 120 meters long and 90 meters wide.
\n" );
document.write( "Give the length and width of another rectangular park that has the same perimeter but a larger area.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561290 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! original: \n" ); document.write( "L = 120 \n" ); document.write( "w = 90 \n" ); document.write( "p = 2*120 + 2*90 = 420 m \n" ); document.write( "a = 10800 m^2 \n" ); document.write( "--- \n" ); document.write( "new: \n" ); document.write( "L = 110 \n" ); document.write( "w = 100 \n" ); document.write( "p = 2*110 + 2*100 = 420 m \n" ); document.write( "a = 11000 m^2 \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( " |