document.write( "Question 922682: One number is 3 less than another number.
\n" );
document.write( "If their sum is 49. Find the two numbers \n" );
document.write( "
Algebra.Com's Answer #559662 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A + B = 49 \n" ); document.write( "A = B+3 \n" ); document.write( "(B+3) + B = 49 \n" ); document.write( "2B + 3 = 49 \n" ); document.write( "2B = 46 \n" ); document.write( "B = 23 \n" ); document.write( "making A = 26 \n" ); document.write( " |