document.write( "Question 356048: the sum of two number is 15. three times one number is 11 less than five times the other. find the numbers.
\n" );
document.write( "please help \n" );
document.write( "
Algebra.Com's Answer #254152 by robertb(5830)![]() ![]() You can put this solution on YOUR website! let x be one number. Then the other number is 15-x. \n" ); document.write( "From the given, 3x = 5(15-x)-11. Then \n" ); document.write( "3x = 75 -5x-11, \n" ); document.write( "8x = 64, \n" ); document.write( "x = 8. The other number is 15-8 = 7. \n" ); document.write( " |