document.write( "Question 258515: one number is 3 less than another. their sum is 15. find the numbers. this is a word problem i got x-3x=15 but it does not come out to the answers. the answers are 9,6. i have no idea how to set it up> \n" ); document.write( "
Algebra.Com's Answer #190318 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let X = first number and Y = second number \n" ); document.write( "\"one number is 3 less than another\" translates to \n" ); document.write( "(i) X = Y - 3 \n" ); document.write( "\"their sum is 15\" translates to \n" ); document.write( "(ii) X + Y = 15 \n" ); document.write( "solve by substitution to get \n" ); document.write( "(iii) Y - 3 + Y = 15 \n" ); document.write( "solving for Y we get \n" ); document.write( "2Y - 3 = 15 \n" ); document.write( "2Y = 18 \n" ); document.write( "Y = 9 \n" ); document.write( "So, \n" ); document.write( "X = 6 \n" ); document.write( "We have (X,Y) = (6,9) \n" ); document.write( " |