document.write( "Question 549337: Betty has $20 in dimes, quarters, and half dollars. She has 110 coins in all. There are 2 less dimes than six times the number of half dollars. How many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #357643 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! There's lots of info here, lets break it down into some different equations \n" ); document.write( "Lets have \n" ); document.write( "d=dimes \n" ); document.write( "q=quarters \n" ); document.write( "h=half dollars\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We also know \n" ); document.write( "d+q+h=110\r \n" ); document.write( "\n" ); document.write( "And we have that 6*h-2=d\r \n" ); document.write( "\n" ); document.write( "so \n" ); document.write( "d=6*h-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20=(6*h-2)*.10+.25q+.50h \n" ); document.write( "20=.6h-.2+.25q*+.50h \n" ); document.write( "20.2=1.1h+.25q\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and \n" ); document.write( "6*h-2+q+h=110\r \n" ); document.write( "\n" ); document.write( "7h+q=112\r \n" ); document.write( "\n" ); document.write( "So now we have two equations with two variables \n" ); document.write( "20.2=1.1h+.25q \n" ); document.write( "7h+q=112\r \n" ); document.write( "\n" ); document.write( "Lets use substitution to solve \n" ); document.write( "q=112-7h\r \n" ); document.write( "\n" ); document.write( "20.2=1.1h+.25*(112-7h) \n" ); document.write( "20.2=1.1h+28-1.75h \n" ); document.write( "-7.80=-.65h \n" ); document.write( "h=12\r \n" ); document.write( "\n" ); document.write( "q=112-7h \n" ); document.write( "q=112-7*12\r \n" ); document.write( "\n" ); document.write( "q=28\r \n" ); document.write( "\n" ); document.write( "d+q+h=110 \n" ); document.write( "d+28+12=110\r \n" ); document.write( "\n" ); document.write( "d=70\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |