document.write( "Question 265991: Which coins are in a piggy bank if all but 2 are nickels, all but 2 are dimes, and all but 2 are quarters? \n" ); document.write( "
Algebra.Com's Answer #195485 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! Which coins are in a piggy bank if all but 2 are nickels, all but 2 are dimes, and all but 2 are quarters? \n" ); document.write( " \r\n" ); document.write( "Suppose there are n nickels, d dimes, and q quarters in the bank.\r\n" ); document.write( "\r\n" ); document.write( "Then,\r\n" ); document.write( "\r\n" ); document.write( "since all but two are nickels,\r\n" ); document.write( "\r\n" ); document.write( "n+d+q-2=n \r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( "d+q=2\r\n" ); document.write( "\r\n" ); document.write( "since all but two are dimes,\r\n" ); document.write( "\r\n" ); document.write( "n+d+q-2=d \r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( "n+q=2\r\n" ); document.write( "\r\n" ); document.write( "And since all but two are quarters,\r\n" ); document.write( "\r\n" ); document.write( "n+d+q-2=q \r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( "n+d=2\r\n" ); document.write( "\r\n" ); document.write( "We have this system of three equations and 3 unknowns:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |