document.write( "Question 255243: five times a number is ten more then three times the number .find the number. \n" ); document.write( "
Algebra.Com's Answer #187521 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the number be x. \n" ); document.write( "Given, five times a number is ten more then three times the number. \n" ); document.write( " 5x = 3x+10 \n" ); document.write( " 5x-3x = 10 \n" ); document.write( " 2x = 10 \n" ); document.write( " x = 10/2 \n" ); document.write( " x = 5 \n" ); document.write( " \n" ); document.write( " |