document.write( "Question 804035: Greg is buying fabric from a store. he has the choice of buying a fabric that is 2 feet wide or 3 feet wide. the diagrams show how much fabric of each type he can buy for d dollars.
\n" );
document.write( "a. for what value of d is the perimeter of both choices the same?
\n" );
document.write( "b. for what value of d is the area of both choices the same?\r
\n" );
document.write( "\n" );
document.write( "rectangle 1
\n" );
document.write( "width: 3ft length:(2d-5)ft\r
\n" );
document.write( "\n" );
document.write( "rectangle 2
\n" );
document.write( "width: 2ft length: (2d-4)ft
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484570 by erica65404(394)![]() ![]() You can put this solution on YOUR website! you make rectangle1=rectangle2 \n" ); document.write( "Perimeter: \n" ); document.write( "rectangle1(L+L+W+W)=rectangle2(L+L+W+W) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Area: \n" ); document.write( "Rectangle1(L*W)=rectangle2(L*W) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the area d can only be 3.5. \n" ); document.write( " |