document.write( "Question 342775: When the Hendersons went to dinner, their total bill, including tax, was $43.74. If the sales tax rate is 8%, what was the original price of the dinner? \n" ); document.write( "
Algebra.Com's Answer #245334 by kcanil08(11)\"\" \"About 
You can put this solution on YOUR website!
let their total bill was x.\r
\n" ); document.write( "\n" ); document.write( "then \r
\n" ); document.write( "\n" ); document.write( "x + 8% of x = 43.74
\n" ); document.write( "x + 8/100*x = 43.74
\n" ); document.write( "100x + 8x =43.74*100
\n" ); document.write( "x= 4374/108
\n" ); document.write( "x= 40.5
\n" ); document.write( "
\n" );