document.write( "Question 482075: I have An even number of coins in my pocket. Exactly one-third of them are pennies. Exactly one-half of them are dimes. Record the value. \n" ); document.write( "
Algebra.Com's Answer #330075 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
I can call the number of coins \"+2n+\" if the number is even
\n" ); document.write( "\"+%282n%29%2F3+\" is the number of pennies and also the value of the pennies
\n" ); document.write( "\"+%281%2F2%29%2A2n+=+n+\" is the number of dimes
\n" ); document.write( "\"+10n+\" is the value of the dimes
\n" ); document.write( "The total value is \"+10n+%2B+%282n%29%2F3+=+%2830n%29%2F3+%2B+%282n%29%2F3+\" =
\n" ); document.write( "\"+%2832n%29+%2F3+\" answer
\n" ); document.write( "-----------------
\n" ); document.write( "If the number of coins is \"60\", \"+2n+=+60\"
\n" ); document.write( "\"+n+=+30+\"
\n" ); document.write( "The value of the pennies and dimes is \"++32%2A30%2F3+=+320+\" cents,
\n" ); document.write( "or $3.20
\n" ); document.write( "
\n" );