document.write( "Question 1033612: a man bought 4 cups of coffee and left a $7 tip a woman bought 8 cups of coffee and left a $2 tip if they paid the same amount how much was each cup of coffee? \n" ); document.write( "
Algebra.Com's Answer #648263 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a man bought 4 cups of coffee and left a $7 tip a woman bought 8 cups of coffee and left a $2 tip if they paid the same amount how much was each cup of coffee? \n" ); document.write( ": \n" ); document.write( "let c = amt for each cup of coffee \n" ); document.write( "woman amt = man amt \n" ); document.write( "8c + 2 = 4c + 7 \n" ); document.write( "8c - 4c = 7 - 2 \n" ); document.write( "4c = 5 \n" ); document.write( "c = 5/4 \n" ); document.write( "c = $1.25 \n" ); document.write( " |