document.write( "Question 53649: PLEASE HELP SOLVE:\r
\n" );
document.write( "\n" );
document.write( "BANK WITH 47 COINS. SOME ARE QUARTERS AND THE REST ARE HALF DOLLARS. IF THE TOTAL VALUE OF THE COINS IS $17.00, HOW MANY OF EACH DENOMINATION DOES SHE HAVE? \n" );
document.write( "
Algebra.Com's Answer #35896 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of quarters=x \n" ); document.write( "Let the number of half dollars equal the rest of the 47 coins=47-x \n" ); document.write( "The amount of money you have is the (worth of the coin)*(number of coins) \n" ); document.write( "So you have: \n" ); document.write( "Money in Quarters=.25x \n" ); document.write( "Money in half dollars=.50(47-x) \n" ); document.write( "Total amount of money=17.00 \n" ); document.write( "So your problem to solve is: \n" ); document.write( ".25x+.50(47-x)=17.00 \n" ); document.write( "If you're like me, decimals are just mistakes waiting to happen. We can eliminate our decimals by multiplying both sides of the equation by 100. \n" ); document.write( "100(.25x)+100(.50)(47-x)=100(17.00) \n" ); document.write( "25x+50(47-x)=1700 \n" ); document.write( "25x+50(47)+50(-x)=1700 \n" ); document.write( "25x+2350-50x=1700 \n" ); document.write( "(25-50)x+2350=1700 \n" ); document.write( "-25x+2350=1700 \n" ); document.write( "-25x+2350-2350=1700-2350 \n" ); document.write( "-25x=-650 \n" ); document.write( "-25x/-25=-650/-25 \n" ); document.write( "x=26 \n" ); document.write( "The amount of quarters you have is:x=26 \n" ); document.write( "The amount of half dollars that you have:47-x=47-26=21 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "Check, does 26 quarters + 21 half dollars = $17.00? \n" ); document.write( "26(.25)+21(.50) \n" ); document.write( "=$6.50+$10.50 \n" ); document.write( "=$17.00 \n" ); document.write( "Seems like a valid conclusion to me. How about you? \n" ); document.write( " |