document.write( "Question 317166: Bill had x dollars and he bought y apples for 16 cents each and z pears for 12 cents each. How many cents did he have left? \n" ); document.write( "
Algebra.Com's Answer #227187 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bill had x dollars and he bought y apples for 16 cents each and z pears for 12 cents each. How many cents did he have left? \n" ); document.write( ": \n" ); document.write( "Cents left = 100x - (16y + 12z) \n" ); document.write( " |