document.write( "Question 491565: two numbershave awhat is the smaller of the two numbers sum of 91 their difference is 3
\n" );
document.write( "what is the smaller of the two numbers \n" );
document.write( "
Algebra.Com's Answer #334685 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Assuming... \n" ); document.write( "Sum of two numbers is 91. \n" ); document.write( "We can call the two numbers x & y. \n" ); document.write( "x + y = 91 \n" ); document.write( "x = 91-y \n" ); document.write( ". \n" ); document.write( "The difference of the two numbers is 3, which we can assume to be: \n" ); document.write( "x - y = 3 \n" ); document.write( "x = y+3 \n" ); document.write( ". \n" ); document.write( "x + y = 91 \n" ); document.write( ". \n" ); document.write( "Substitute for x. \n" ); document.write( "y+3 +y = 91 \n" ); document.write( "Collect \n" ); document.write( "2y +3 = 91 \n" ); document.write( "Subtract 3 from both sides \n" ); document.write( "2y = 88 \n" ); document.write( "Divide both sides by 2 \n" ); document.write( "y = 44 \n" ); document.write( ". \n" ); document.write( "Since x = y+3, \n" ); document.write( "x = 47 \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "The two numbers are 44 and 47. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |