document.write( "Question 1026341: Darrel has dimes and quarters in his pocket. He has 28 coins in all, and they are worth $4.60 altogether. How many quarters does darrel have? Dimes? \n" ); document.write( "
Algebra.Com's Answer #641582 by ikleyn(52798)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Darrel has dimes and quarters in his pocket. He has 28 coins in all, and they are worth $4.60 altogether. How many quarters does Darrel have? Dimes? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let d be the number of dimes Darrel has.\r\n" ); document.write( "Then the number of quarters is 28-d.\r\n" ); document.write( "\r\n" ); document.write( "The \"value\" equation is\r\n" ); document.write( "\r\n" ); document.write( "10*d + 25(28-d) = 460.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve it.\r\n" ); document.write( "\r\n" ); document.write( "10d + 700 - 25d = 460,\r\n" ); document.write( "\r\n" ); document.write( "-15d = 460-700,\r\n" ); document.write( "\r\n" ); document.write( "-15d = -240,\r\n" ); document.write( "\r\n" ); document.write( "d = \n" ); document.write( " \n" ); document.write( " |