document.write( "Question 1167762: William currently has a backyard square blue slate patio he is re-designing his patio and making it into a larger rectangle with a link that is 5 feet shorter than three times it’s width. Side X one of the original sides of look square is an integer. William decides that the perimeter should be no less than 80 feet.
\n" );
document.write( "a) Write an inequality to model the situation and solve it
\n" );
document.write( "b) what could be the smallest dimensions of the original square
\n" );
document.write( "c) using your answer to part B determine the least area and square feet of his new patio \n" );
document.write( "
Algebra.Com's Answer #792364 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width is x \n" ); document.write( "length is 3x-5 \n" ); document.write( "perimeter is twice their sum, 4x-5, or 8x-10 \n" ); document.write( "8x-10>=80 \n" ); document.write( "8x >=90 \n" ); document.write( "x>=11.25 or 12 to the next highest integer \n" ); document.write( "square was 12 ft x 12 ft as smallest dimension \n" ); document.write( "the rectangle is 12 ft x 31 ft (at least) or 372 ft^2 (at least). \n" ); document.write( " \n" ); document.write( " |