document.write( "Question 971145: 2 equations I am struggling with, can you help?\r
\n" );
document.write( "\n" );
document.write( "Perform the indicated operation:\r
\n" );
document.write( "\n" );
document.write( " w(w+5)(w+9)\r
\n" );
document.write( "\n" );
document.write( "Application Question:\r
\n" );
document.write( "\n" );
document.write( " Shrinking garden. Rose's garden is a square with sides of length x feet. Next spring she plans to make it rectangular by lengthening one side 5 feet and shortening the other side by 5 feet. Find a polynomial A(x) that represents the new area. \n" );
document.write( "
Algebra.Com's Answer #593695 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the first is to foil out the two and then multiply by w\r \n" ); document.write( "\n" ); document.write( "(w^2 + 14 w + 45)w \n" ); document.write( "w^3 + 14 w^2 +45w\r \n" ); document.write( "\n" ); document.write( "The new garden has dimensions of (x-5) and (x+5) feet \n" ); document.write( "Its area is x^2-25 sq ft. (the area will be less than the original) \n" ); document.write( " |