document.write( "Question 1095380: This is an application problem using polynomial equations/functions: \"An open box with a rectangular base is to be made from a rectangular piece of cardboard by cutting out a square of x inches from each corner and turning up the sides. The dimensions of the cardboard are 25 inches by 20 inches. Write a function in one variable for the volume of the box.\"\r
\n" ); document.write( "\n" ); document.write( "I assume the dimensions given are for the cardboard prior to the squares being cut from each corner, so this is what I came up with:\r
\n" ); document.write( "\n" ); document.write( "V = lwh
\n" ); document.write( "l = 25 - 2x
\n" ); document.write( "w = 20-2x
\n" ); document.write( "h = x
\n" ); document.write( "so:
\n" ); document.write( "f(x) = (25-2x)(20-2x)x
\n" ); document.write( "f(x) = 4x^3 - 90x^2+500x\r
\n" ); document.write( "\n" ); document.write( "But I'm pretty sure this is incorrect. I'm stumped. Can you show me where I've gone wrong?\r
\n" ); document.write( "\n" ); document.write( "Thank you for any help you can give me.
\n" ); document.write( "

Algebra.Com's Answer #709893 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!

You are \"pretty sure\" your work is incorrect...

\n" ); document.write( "I am POSITIVE that you are mistaken there.

\n" ); document.write( "Your work is exactly what it should be.
\n" ); document.write( "Note that there is no need to expand the formula into a polynomial form; the factored form is sufficient, and for many applications would even be more meaningful and therefore better.
\n" ); document.write( "
\n" );