document.write( "Question 332138: Four numbers have a sum of 9900. The second exceeds the
\n" );
document.write( "first by one-seventh of the first. The third exceeds the sum
\n" );
document.write( "of the first two by 300. The fourth exceeds the sum of the
\n" );
document.write( "first three by 300. Find the four numbers. \n" );
document.write( "
Algebra.Com's Answer #238063 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" ); document.write( "Four numbers have a sum of 9900. The second exceeds the\r\n" ); document.write( "first by one-seventh of the first. The third exceeds the sum\r\n" ); document.write( "of the first two by 300. The fourth exceeds the sum of the\r\n" ); document.write( "first three by 300. Find the four numbers.\r\n" ); document.write( "\r\n" ); document.write( "Let a,b,c, and d respectively represent the first four numbers.\r\n" ); document.write( " \n" ); document.write( ">>...Four numbers have a sum of 9900...<< \n" ); document.write( " \r\n" ); document.write( "That tells us that\r\n" ); document.write( "\r\n" ); document.write( " a + b + c + d = 9900\r\n" ); document.write( " \n" ); document.write( ">>...The second exceeds the first by one-seventh of the first...<< \n" ); document.write( " \r\n" ); document.write( "That tells us that\r\n" ); document.write( "\r\n" ); document.write( "b = a + \n" ); document.write( ">>...The third exceeds the sum of the first two by 300...<< \n" ); document.write( " \r\n" ); document.write( "That tells us that\r\n" ); document.write( "\r\n" ); document.write( "c = (a + b) + 300\r\n" ); document.write( " \n" ); document.write( ">>...The fourth exceeds the sum of the first three by 300...<< \n" ); document.write( " \r\n" ); document.write( "That tells us that\r\n" ); document.write( "\r\n" ); document.write( "d = (a + b + c) + 300\r\n" ); document.write( "\r\n" ); document.write( "So we have the system:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |