document.write( "Question 857134: Samantha is 4 years older than her brother. The sum of their ages is 20. The product of their ages is 96. How old is Samantha's brother? \n" ); document.write( "
Algebra.Com's Answer #516913 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! S = B+4 \n" ); document.write( "S + B = 20 \n" ); document.write( "S * B = 96 \n" ); document.write( "Substitute the known value of S in the first equation into the second. \n" ); document.write( "(B+4) + B = 20 \n" ); document.write( "Add \n" ); document.write( "2B + 4 = 20 \n" ); document.write( "Subtract 4 from each side \n" ); document.write( "2B = 16 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "B = 8 \n" ); document.write( "If B is 8, then S is 8+4, or 12. \n" ); document.write( "8*12=96 \n" ); document.write( "Success! \n" ); document.write( " \n" ); document.write( " |