document.write( "Question 1205899: The sum of two numbers is twenty-six. Four less than five times the smaller is equal to the larger.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #842985 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let A be the largest number and let B be the smallest number. \n" ); document.write( "you have two equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "A + B = 26 \n" ); document.write( "A = 5B - 4 \n" ); document.write( "in the first equation, replace A with 5B - 4 from the second equation to get 5B - 4 + B = 26 \n" ); document.write( "combine like terms to get 6B - 4 = 26 \n" ); document.write( "add 4 to both sides of the equation to get 6B = 30 \n" ); document.write( "solve for B to get B = 30/6 = 5. \n" ); document.write( "A + B = 26 becomes A + 5 = 26 \n" ); document.write( "solve for A to get A = 21. \n" ); document.write( "your solution is that the larger number is 21 and the smaller number is 5. \n" ); document.write( " \n" ); document.write( " |