document.write( "Question 1005855: Find two numbers such that if 18 is added to the first number it becomes twice the second number and 16 is added to the second number it becomes three times the first number \n" ); document.write( "
Algebra.Com's Answer #622004 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Find two numbers such that if 18 is added to the first number it becomes twice the second number and 16 is added to the second number it becomes three times the first number \n" ); document.write( "let number first is X \n" ); document.write( "than second number will be y \n" ); document.write( "X+18= 2y \n" ); document.write( "x-2y=-18 (1) \n" ); document.write( "y+16=3x \n" ); document.write( "3x-y=16 (2) by solving both equations 3x-6y=-54 and 3x-y=16 \n" ); document.write( "5y=70 y=14 x= 10 \n" ); document.write( "answer first number is 10 \n" ); document.write( " |