document.write( "Question 1022646: mike paid for his coffee in the morning with 19 coins consisting of dimes and quarters. If the cost of the coffee was $2.95, how many coins were quarters? write an equation and solve. \n" ); document.write( "
Algebra.Com's Answer #804063 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 = 19 \n" ); document.write( "10d + 25q = 295\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply the first equation by 25.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25d + 25q = 475 \n" ); document.write( "10d + 25q = 295\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract to get 15d = 180, so d = 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Mike had 12 dimes and |