document.write( "Question 1025584: A rectangle is made out of unit squares as shown below. Find the total area in square units of the red shaded region.
\n" );
document.write( "IMAGE: CONVERT FROM asympotote\r
\n" );
document.write( "\n" );
document.write( "[asy]
\n" );
document.write( "fill((0,0)--(0,5)--(1,5)--(5,0)--cycle,red);
\n" );
document.write( "fill((7,0)--(1,5)--(7,5)--cycle,red);
\n" );
document.write( "for (int i=0;i<=7;i+=1) {
\n" );
document.write( "draw((i,0)--(i,5));
\n" );
document.write( "};
\n" );
document.write( "for (int j=0;j<=5;j+=1) {
\n" );
document.write( "draw((0,j)--(7,j));
\n" );
document.write( "};
\n" );
document.write( "draw((7,0)--(1,5)--(5,0));
\n" );
document.write( "[/asy]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640858 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find another form for posting your materials to this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |