document.write( "Question 201867: A woman buys 3 toys for $107.10, including tax. If each toy cost $34, what was the sales tax rate? \n" ); document.write( "
Algebra.Com's Answer #152109 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A woman buys 3 toys for $107.10, including tax. If each toy cost $34, what was the sales tax rate?
\n" ); document.write( ".
\n" ); document.write( "Let x = tax rate
\n" ); document.write( "then
\n" ); document.write( "3(34) + 3(34)x = 107.10
\n" ); document.write( "102 + 102x = 107.10
\n" ); document.write( "102(1 + x) = 107.10
\n" ); document.write( "1 + x = 1.05
\n" ); document.write( "x = .05
\n" ); document.write( "or
\n" ); document.write( "x = 5% (sales tax rate)
\n" ); document.write( "
\n" );