document.write( "Question 220180: Jane has 35 coins consisting of nickels and quaters. If the total value of the coins is $4.95, how many nickels and how many quarters does she have? You must show the equations and the work. \n" ); document.write( "
Algebra.Com's Answer #165405 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! OK, we'll deal in pennies. \n" ); document.write( "Let x=number of nickels; value of the nickels =5x \n" ); document.write( "Then 35-x=number of quarters; value of the quarters=25(35-x) \n" ); document.write( "And we are told that the above values add up to 495, so our equation to solve is: \n" ); document.write( "5x+25(35-x)=495 divide each term by 5----just to reduce the size of the numbers \n" ); document.write( "x+5(35-x)=99 get rid of parens \n" ); document.write( "x+175-5x=99 subtract 175 from each side \n" ); document.write( "x+175-175-5x=99-175 collect like terms \n" ); document.write( "-4x=-76 divide each side by -4 \n" ); document.write( "x=19-----------number of nickels \n" ); document.write( "35-x=35-19=16 number of quarters \n" ); document.write( "CK \n" ); document.write( "19*5+16*25=495 \n" ); document.write( "95+400=495 \n" ); document.write( "495=495\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |