document.write( "Question 308798: Donesha has $100 in five, ten and twenty dollar bills. Donesha has twice as many five dollar bills as ten dollar bills, and she has one more twenty than she has tens. How man of each denomination does she have? We are working on solving applied problems with three equations. I just need some help with the equations. Thank you. \n" ); document.write( "
Algebra.Com's Answer #220855 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x = 5's , y = 10's , z = 20's\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Donesha has $100 in five, ten and twenty dollar bills\" ___ 5x + 10y + 20z = 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Donesha has twice as many five dollar bills as ten dollar bills\" ___ x = 2y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"she has one more twenty than she has tens\" ___ z = y + 1 \n" ); document.write( " |