document.write( "Question 47658: A man goes into a grocery store and buys a grapefruit and a toy ball. A 7% tax is applied to the price of non-food items. If the total bill is $5.15, including $0.18 in tax on the toy ball, what are the prices of the grapefruit and the ball? \n" ); document.write( "
Algebra.Com's Answer #31477 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! b = price of ball \n" ); document.write( "g = price of grapefruit \n" ); document.write( "5.15 = .18 + b + g \n" ); document.write( ".07b = .18 \n" ); document.write( "b = .18/.07 \n" ); document.write( "b = 2.57 \n" ); document.write( "5.15 = .18 + 2.57 + g \n" ); document.write( "g = 2.40 \n" ); document.write( "check \n" ); document.write( ".07 * 2.57 = .18 \n" ); document.write( ".18 = .18 \n" ); document.write( "OK \n" ); document.write( ".18 + 2.57 + 2.40 = 5.15 \n" ); document.write( "5.15 = 5.15 \n" ); document.write( "OK \n" ); document.write( " |