document.write( "Question 498970: a box contains 34 coins, consisting of pennies dimes and quaters. the number of pennies is equal to the number of dimes and the total value is $3.82. how many of each denomination of coins do you have \n" ); document.write( "
Algebra.Com's Answer #337265 by chessace(471)\"\" \"About 
You can put this solution on YOUR website!
2p+q=34
\n" ); document.write( "11p+25q=382
\n" ); document.write( "11p+25(34-2p)=382
\n" ); document.write( "39p=25*34-382
\n" ); document.write( "p=468/39=12=d
\n" ); document.write( "q=10
\n" ); document.write( "
\n" ); document.write( "
\n" );