document.write( "Question 296147: There are two numbers whose sum is 100. If 5 is subtracted from each number, the larger number will be twice the smaller. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #213469 by mananth(16946)![]() ![]() You can put this solution on YOUR website! There are two numbers whose sum is 100. If 5 is subtracted from each number, the larger number will be twice the smaller. What are the two numbers?\r \n" ); document.write( "\n" ); document.write( "let one number be x\r \n" ); document.write( "\n" ); document.write( " the other number will be 100-x\r \n" ); document.write( "\n" ); document.write( "5 subtracted from both the numbers\r \n" ); document.write( "\n" ); document.write( "x-5 and 100-x -5\r \n" ); document.write( "\n" ); document.write( "2(x-5) = 95-x\r \n" ); document.write( "\n" ); document.write( "2x-10 =95-x\r \n" ); document.write( "\n" ); document.write( "2x+x =95+10\r \n" ); document.write( "\n" ); document.write( "3x=105\r \n" ); document.write( "\n" ); document.write( "x=35\r \n" ); document.write( "\n" ); document.write( "the other number will be 100-35 = 65\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |