document.write( "Question 723369: When the 48 aliens first arrive on Earth they are all wearing either green or blue or both. 27 are wearing blue. The number that is wearing green is 8 more than that.
\n" );
document.write( "How many aliens are wearing just green?\r
\n" );
document.write( "\n" );
document.write( "So far I got:
\n" );
document.write( "8 green
\n" );
document.write( "27 both
\n" );
document.write( "13 blue\r
\n" );
document.write( "\n" );
document.write( "Is this right? My CMT is next week! Please help! \n" );
document.write( "
Algebra.Com's Answer #443154 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" ); document.write( "No, that's incorrect. Here's how to do it:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "27 are wearing blue. \n" ); document.write( " \r\n" ); document.write( "Notice that some of those 27 are wearing blue only\r\n" ); document.write( "(these are the z in the region on the far right, and \r\n" ); document.write( "the rest of those 27 are in the middle region who also \r\n" ); document.write( "are wearing green, so\r\n" ); document.write( "\r\n" ); document.write( "Since 27 are wearing blue, that tells us that\r\n" ); document.write( "\r\n" ); document.write( "y + z = 27\r\n" ); document.write( "\r\n" ); document.write( "Then we are told:\r\n" ); document.write( " \n" ); document.write( "The number that are wearing green is 8 more than that. \n" ); document.write( " \r\n" ); document.write( "8 more than 27 is 27+8 or 35. Notice that some of those \r\n" ); document.write( "35 are wearing green only (these are the x in the region \r\n" ); document.write( "on the far left, and the rest of those 35 are in the middle \r\n" ); document.write( "region who also wear blue, so\r\n" ); document.write( "\r\n" ); document.write( "x + y = 35\r\n" ); document.write( "\r\n" ); document.write( "That gives us the system of equations:\r\n" ); document.write( "\r\n" ); document.write( "(1) x + y + z = 48\r\n" ); document.write( "(2) y + z = 27\r\n" ); document.write( "(3) x + y = 35\r\n" ); document.write( "\r\n" ); document.write( "Subtract equation (2) from equation (1) term by term\r\n" ); document.write( "and get\r\n" ); document.write( "\r\n" ); document.write( " x = 21\r\n" ); document.write( "\r\n" ); document.write( "Subtract equation (3) from equation (1) term by term\r\n" ); document.write( "and get\r\n" ); document.write( "\r\n" ); document.write( " z = 13\r\n" ); document.write( "\r\n" ); document.write( "Substitute that in equation (2)\r\n" ); document.write( "\r\n" ); document.write( " y + z = 27\r\n" ); document.write( " y + 13 = 27\r\n" ); document.write( " y = 14\r\n" ); document.write( "\r\n" ); document.write( "So x = 21, y = 14, z = 13.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |