document.write( "Question 156234This question is from textbook
\n" );
document.write( ": I have a word problem and would really appreciate your help. \r
\n" );
document.write( "\n" );
document.write( "Nana found some coins under her sofa pillows. There were equal numbers of nickels and quarters, and twice as many half-dollars as quarters. If she found $2.60 in all, how many of each denomination of coin did she find? \n" );
document.write( "
Algebra.Com's Answer #115094 by kdr(11)![]() ![]() ![]() You can put this solution on YOUR website! Let x equal the number of nickels and the number of quarters. \n" ); document.write( "Let y equal the number of half-dollars. \n" ); document.write( "Since there are twice as many half-dollars as quarters: \n" ); document.write( "y=2x \n" ); document.write( "Value of nickels would be .05 times x, value of quarters would be .25 times x, and value of half-dollars would be .5 times y, giving us this equation: \n" ); document.write( ".05x + .25x + .5y = 2.60\r \n" ); document.write( "\n" ); document.write( "Substitute 2x for y: \n" ); document.write( ".05x + .25x + .5(2x) = 2.60 \n" ); document.write( "Simplifying .5 times 2 is 1, so: \n" ); document.write( ".05x + .25x + x = 2.60 \n" ); document.write( "Combine like terms: \n" ); document.write( "1.3x = 2.60 \n" ); document.write( "Multiple both sides by 10: \n" ); document.write( "13x = 26 \n" ); document.write( "Divide both sides by 13: \n" ); document.write( "x = 2 \n" ); document.write( "y = 4\r \n" ); document.write( "\n" ); document.write( "So, there are 2 nickels, 2 quarters, and 4 half-dollars.\r \n" ); document.write( "\n" ); document.write( "Checking the solution: \n" ); document.write( "2 nickels = .10 \n" ); document.write( "2 quarters = .50 \n" ); document.write( "4 half-dollars = 2.00 \n" ); document.write( "Total value = 2.60 \n" ); document.write( " |