document.write( "Question 57084: THE LENGTH OF A RECTANGULAR GARDEN IS 8FT LESS THAN 3 TIMES IT'S WIDTH. IF THE PERIMETER OF THE GARDEN IS 48FT, FIND THE DIMENSIONS OF THE GARDEN.\r
\n" );
document.write( "\n" );
document.write( "IF SOMEONE CAN PLEASE HELP I WOULD APPRECIATE IT \n" );
document.write( "
Algebra.Com's Answer #38782 by Scriptor(36)![]() ![]() ![]() You can put this solution on YOUR website! Call the length = x \n" ); document.write( "Call the width = y \n" ); document.write( "You know that x*y = 48 \n" ); document.write( "You also know that x = 3y - 8 \n" ); document.write( "Substitute this x in x*y=48 to obtain: \n" ); document.write( "y * (3y-8) = 48 \n" ); document.write( "3y² - 8y - 48 = 0 \n" ); document.write( "Now solve this for y (delete the negative root) \n" ); document.write( "Solution: y = 4/3 + 4*sqrt(10)/3 \r \n" ); document.write( "\n" ); document.write( " x = 48 / (4/3 + 4*sqrt(10)/3) \n" ); document.write( " |