document.write( "Question 1005429: Find a number which is greater than one fifth of itself by 12 \n" ); document.write( "
Algebra.Com's Answer #622059 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the number be x. \n" ); document.write( "x - (1/5)x = 12 \n" ); document.write( "so that \n" ); document.write( "(4/5)x = 12 \n" ); document.write( "Now multiply both sides by 5/4 and get \n" ); document.write( "x = 15 \n" ); document.write( " |