document.write( "Question 155739: how do you find the perimeter and area of a square whose side is y-3?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #114715 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! P = 4(y-3) \n" ); document.write( "P = 4y - 12 \n" ); document.write( ": \n" ); document.write( "A = (y-3)^2 \n" ); document.write( "FOIL \n" ); document.write( "A = y^2 - 6y + 9 \n" ); document.write( " |