document.write( "Question 880889: The area of a square birthday cake is 100 + 20w + w2. What is the side length of the cake?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #531782 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! The area of a square is side squared. So, 100+20w+w^2 is side squared. \n" ); document.write( "Take the square root to find the side. \n" ); document.write( "(10+w)*(10+w) = 100+20w+w^2 \n" ); document.write( "Square root is 10+w \n" ); document.write( " |