document.write( "Question 599846: Ann has some dimes and quarters. if she has 25 coins worth 4.45 how many of each type does she have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379115 by Alan3354(69443) You can put this solution on YOUR website! Ann has some dimes and quarters. if she has 25 coins worth 4.45 how many of each type does she have? \n" ); document.write( "---------------------------- \n" ); document.write( "If she had 25 dimes, she'd have $2.50 \n" ); document.write( "Each dime replace by a quarter adds 15 cents \n" ); document.write( "445 - 250 = 195 \n" ); document.write( "195/15 = 13 quarters \n" ); document.write( "10 dimes \n" ); document.write( "------------- \n" ); document.write( "The hard way: \n" ); document.write( "d + q = 25 \n" ); document.write( "10d + 25q = 445 \n" ); document.write( "etc \n" ); document.write( "Same answer \n" ); document.write( " \n" ); document.write( " |