document.write( "Question 785480: if the total bill is $1000 and the tax rate is 6.25% what was the original amount of the bill?\r
\n" );
document.write( "\n" );
document.write( "What is the formula used to solve this problem? \n" );
document.write( "
Algebra.Com's Answer #477557 by nerdybill(7384) You can put this solution on YOUR website! if the total bill is $1000 and the tax rate is 6.25% what was the original amount of the bill?\r \n" ); document.write( "\n" ); document.write( "What is the formula used to solve this problem? \n" ); document.write( "Let x = original amount of bill \n" ); document.write( "then \n" ); document.write( "x + 6.25/100(x) = 1000 \n" ); document.write( "x + .0625(x) = 1000 \n" ); document.write( "x(1+.0625) = 1000 \n" ); document.write( "x(1.0625) = 1000 \n" ); document.write( "x = 1000/1.0625 (formula) \n" ); document.write( "x = $941.18 \n" ); document.write( " |