document.write( "Question 1005736: Angelita has 5 more dollar bills than quarters. Her money totals 21.25 dollars. How many of each does she have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621892 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Angelita has 5 more dollar bills than quarters. Her money totals 21.25 dollars. How many of each does she have? \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "d = q + 5 \n" ); document.write( "100d + 25q = 2125 cents \n" ); document.write( "----------------------------- \n" ); document.write( "Modify:: \n" ); document.write( "d - q = 5 \n" ); document.write( "4d +q = 85 \n" ); document.write( "-------------- \n" ); document.write( "Add and solve for \"d\":: \n" ); document.write( "5d = 90 \n" ); document.write( "d = 18 (# of dollar bills) \n" ); document.write( "q = d-5 = 13 (# of quarters) \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |