document.write( "Question 281386: the sum of two numbers is 45. the first is 9 less than the second find the numbers \n" ); document.write( "
Algebra.Com's Answer #204391 by subudear(62) ![]() You can put this solution on YOUR website! Given that the sum of two numbers is 45 \n" ); document.write( "Let the first number by x \n" ); document.write( "So the second number should be (45 - x)\r \n" ); document.write( "\n" ); document.write( "Also it is given that first number is 9 less then the second number \n" ); document.write( "so it means if we add 9 to first number then it would be equal to second number\r \n" ); document.write( "\n" ); document.write( "x + 9 = 45 -x\r \n" ); document.write( "\n" ); document.write( "2x = 45 - 9\r \n" ); document.write( "\n" ); document.write( "2x = 36\r \n" ); document.write( "\n" ); document.write( "x = 18\r \n" ); document.write( "\n" ); document.write( "So first number is 18 and \n" ); document.write( "second number is (45 - 18)= 27 \n" ); document.write( " |