document.write( "Question 252168: Suppose I have $2.00 in nickels, dimes, and quarters. If I have the same number of each type of coin, how many coins do I have?\r
\n" );
document.write( "\n" );
document.write( "A. 6 B. 9 C. 12 D. 15 E. 18 \n" );
document.write( "
Algebra.Com's Answer #183972 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Suppose I have $2.00 in nickels, dimes, and quarters. If I have the same number of each type of coin, how many coins do I have? \n" ); document.write( "A. 6 B. 9 C. 12 D. 15 E. 18 \n" ); document.write( ". \n" ); document.write( "Let x = number of coins of each type: \n" ); document.write( "then \n" ); document.write( ".05x + .10x + .25x = 2 \n" ); document.write( ".05x + .35x = 2 \n" ); document.write( ".40x = 2 \n" ); document.write( "x = 2/.40 \n" ); document.write( "x = 5 (of each type) \n" ); document.write( ". \n" ); document.write( "Since we have three different types (nickel, dime, and quarter): \n" ); document.write( "3x = 3(5) = 15 \n" ); document.write( ". \n" ); document.write( "Answer: D \n" ); document.write( " |