document.write( "Question 1145314: At a restaurant the server earns $100/day and the cook earns $150 /day. However , of all the tips collected, the server receives 75% of the total and the cook receives 25%. What amount of tips must be collected so that cook and the server earn the daily pay?\r
\n" );
document.write( "\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #766540 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! What amount of tips must be collected so that cook and the server earn the SAME daily pay? \n" ); document.write( "100+.75t=150+.25t \n" ); document.write( ".50t=50 \n" ); document.write( "t/2=50 \n" ); document.write( "t=100 \n" ); document.write( "check \n" ); document.write( "100+75=150+25 \n" ); document.write( "175=175 \n" ); document.write( "ok \n" ); document.write( " |