document.write( "Question 97294: How do i find the original price after sale tax has been added, such as:\r
\n" );
document.write( "\n" );
document.write( "The cost of the camera with sales tax included was $50(sales tax was 5%), what was the original cost of the camera? \n" );
document.write( "
Algebra.Com's Answer #70800 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! cost of camera = x \n" ); document.write( "x +.05x = 50 \n" ); document.write( "1.05x = 50 \n" ); document.write( "x = \n" ); document.write( "x = $47.62 \n" ); document.write( ":) \n" ); document.write( " |