document.write( "Question 545801: in a jar of coins, all but 16 are nickels, all but 16 are quarters, all but 16 are dimes, and all but 18 are pennies. how many of each coin are in the jar? \n" ); document.write( "
Algebra.Com's Answer #355748 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
\"x=n%2Bq%2Bd%2Bp\" total (x) amount = (n)ickels + (q)uarters + (d)imes + (p)ennies
\n" ); document.write( "***\"n%2B16=x\" <--- amount of nickels plus 16 coins = total amount of coins
\n" ); document.write( "\"16=q%2Bd%2Bp\" this means that the other 16 coins are made up of quarters dimes and pennies
\n" ); document.write( "\"q%2B16=x\" amount of quarters plus 16 coins = total amount of coins
\n" ); document.write( "\"16=n%2Bd%2Bp\" this means that the other 16 coins are made up of nickels dimes and pennies
\n" ); document.write( "\"d%2B16=x\" amount of dimes plus 16 coins = total amount of coins
\n" ); document.write( "\"16=n%2Bq%2Bp\" this means that the other 16 coins are made up of nickels quarters and pennies
\n" ); document.write( "\"p%2B18=x\" amount of pennies plus 18 coins = total amount of coins
\n" ); document.write( "\"18=n%2Bq%2Bd\" this means that the other 18 coins are made up of nickels quarters and dimes
\n" ); document.write( ".
\n" ); document.write( "Deducing from above set values of x against values of x to find what each amount is equal to
\n" ); document.write( "\"x=x\"
\n" ); document.write( "\"n%2B16=q%2B16\"
\n" ); document.write( "\"n=q\"
\n" ); document.write( "d+16=n+16=q+16
\n" ); document.write( "d=n=q so the amount of dimes/nickels/quarters are all the same amount
\n" ); document.write( "this means its like saying \"n%2Bn%2Bn%2Bp=x\"
\n" ); document.write( "***\"3n%2Bp=x\" <--- I chose (n)ickels as it was the first equation
\n" ); document.write( "\"p%2B18=n%2B16\"
\n" ); document.write( "***\"p=n-2\" <---
\n" ); document.write( "\"3n%2B%28n-2%29=n%2B16\" combining the 3 (***)<--- values I made this equation.
\n" ); document.write( "\"4n-2=n%2B16\"
\n" ); document.write( "\"3n=18\"
\n" ); document.write( "\"highlight%28n=6%29\" if n=6 then:
\n" ); document.write( "\"highlight%28q=6%29\"
\n" ); document.write( "\"highlight%28d=6%29\"
\n" ); document.write( "\"highlight%28p=4%29\"
\n" ); document.write( ".
\n" ); document.write( "check
\n" ); document.write( "\"x=n%2Bq%2Bd%2Bp\"
\n" ); document.write( "\"22=6%2B6%2B6%2B4\"
\n" ); document.write( "\"n%2B16=x\" \"q%2B16=x\" \"d%2B16=x\" \"p%2B18=x\"
\n" ); document.write( "\"n%2B16=22\" \"q%2B16=22\" \"d%2B16=22\" \"p%2B18=22\"
\n" ); document.write( "\"n=6\" \"q=6\" \"d=6\" \"p=4\"
\n" ); document.write( "Correct
\n" ); document.write( "
\n" );