document.write( "Question 1178433: A phone bill of $32.50 was paid in fifty cent pieces and quarters. the number of fifty cent pieces exceeded the number of quarter by five. how many of each were there \n" ); document.write( "
Algebra.Com's Answer #807662 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let x = number of 50¢ pieces
\n" ); document.write( "then x-5 = number of 25¢ pieces\r
\n" ); document.write( "\n" ); document.write( "Expressing $32.50 in cents, we get:
\n" ); document.write( "50x + 25(x-5) = 3250 \r
\n" ); document.write( "\n" ); document.write( "Solve for x:
\n" ); document.write( "x = 45 = number of 50¢ pieces
\n" ); document.write( "x-5 = 40 = number of 25¢ pieces \n" ); document.write( "
\n" );