document.write( "Question 327434: I need help with writing an equation for this word problem: A man goes into a grocery store and buys a grapefruit and a toy ball. A 7% tax is applied to the price of the non food item. If the total bill is $5.15 including $0.18 in tax on the toy ball, what are the prices of the fruit and the ball?\r
\n" );
document.write( "\n" );
document.write( "What I have come up with so far is: I am using x = grapefruit
\n" );
document.write( " y = ball
\n" );
document.write( " total bill = $5.15
\n" );
document.write( "So I did this: x + y = $5.15
\n" );
document.write( " and x + y(.08) = $5.15 I'm not sure if this is correct equations or what, as of now I am at a loss. Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #234627 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! two unknowns means two equations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".07b = .18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g + 1.07b = 5.15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve the 1st equation for b , then substitute the value into the 2nd equation to find g \n" ); document.write( " |