document.write( "Question 1001664: lindsay has $4.55 in change, all dimes and quarters. If she has 29 coins in all, how many of the coins are quarters? \n" ); document.write( "
Algebra.Com's Answer #805418 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! d = number of dimes \n" ); document.write( "q = number of quarters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d + q = 29 \n" ); document.write( "10d + 25q = 455\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply the first equation by 25. We are going to eliminate the variable q.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25d + 25q = 725 \n" ); document.write( "10d + 25q = 455\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract to get 15d = 270, so d = 18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Lindsay has 18 dimes and 11 quarters. \n" ); document.write( " |