document.write( "Question 982872: Please help me with this question.\r
\n" );
document.write( "\n" );
document.write( "Bob has a coin collection made up of pennies and nickels if he has three times as many pennies as nickels and the total face value of coins $416 how many coins of each kind are in the collection? \n" );
document.write( "
Algebra.Com's Answer #603662 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bob has a coin collection made up of pennies and nickels \n" ); document.write( " if he has three times as many pennies as nickels \n" ); document.write( " and the total face value of coins $416 \n" ); document.write( " how many coins of each kind are in the collection? \n" ); document.write( ": \n" ); document.write( "let p = no. of pennies \n" ); document.write( "let n = no. of nickels \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\" he has three times as many pennies as nickels\" \n" ); document.write( "p = 3n \n" ); document.write( ": \n" ); document.write( "\"the total face value of coins $416 \" \n" ); document.write( ".01p + .05n = 416 \n" ); document.write( "replace p with 3n (from the first statement) \n" ); document.write( ".01(3n) + .05n = 416 \n" ); document.write( ".03n + .05n = 416 \n" ); document.write( ".08n = 416 \n" ); document.write( "n = 416/.08 \n" ); document.write( "n = 5200 nickels \n" ); document.write( ": \n" ); document.write( "Find the no. of pennies \n" ); document.write( "p = 3(5200) \n" ); document.write( "p = 15600 pennies \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this find the $value of each coin \n" ); document.write( ".01(15200) = $156 in pennies \n" ); document.write( ".05(5200) = $260 in nickels \n" ); document.write( "---------------------------- \n" ); document.write( "total value: $416 \n" ); document.write( ": \n" ); document.write( "How about this, was it understandable to you? ankor@att.net \n" ); document.write( " |