document.write( "Question 1008587: The sum of two numbers is 10. three times the first number is five less than twice the second number find the two numbers \n" ); document.write( "
Algebra.Com's Answer #624227 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 10. three times the first number is five less than twice the second number find the two numbers \n" ); document.write( "let one number is X and other is 10-X \n" ); document.write( "as per given conditions \n" ); document.write( "3X=2(10-X)-5 \n" ); document.write( "3x=20-2x-5 \n" ); document.write( "5x=15 \n" ); document.write( "x=3 \n" ); document.write( "one is 3 and other is 7 \n" ); document.write( " |