document.write( "Question 885086: Andy has 14 coins made up of quarters and half dollars their total value is$6.00 how many quarters does he have \n" ); document.write( "
Algebra.Com's Answer #534906 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: He has 14 coins (quarters and half dollars only), so \"q%2Bh+=+14\". The variable q is the number of quarters and h is the number of half dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have $6 of these coins, so \"0.25q+%2B+0.50h+=+6.00\"
\n" ); document.write( "
\n" );