document.write( "Question 976423: if you place 1 before a number,the new number is 3 times as large as the original number.what is the original number \n" ); document.write( "
Algebra.Com's Answer #597990 by rothauserc(4718) You can put this solution on YOUR website! we assume we are working in a base 10 number system, \n" ); document.write( "let x be the number, if x is a single digit then \n" ); document.write( "x + 10 = 3x and \n" ); document.write( "x = 5 \n" ); document.write( "we proceed with x being a two digit number, then \n" ); document.write( "x + 100 = 3x and x = 50 \n" ); document.write( "we can say, \n" ); document.write( "x = 5 or 50 or 500 ...... \n" ); document.write( "therefore \n" ); document.write( "x = 10^n / 2 where n is the number of digits in x \n" ); document.write( " \n" ); document.write( " |