document.write( "Question 530955: In Paul's bank,there is $2.60 in pennies, nickles,and dimes. In all there are 45 coins. If there are twice as many nickles as pennies, find how many of each kind there are if you only use one variable. \n" ); document.write( "
Algebra.Com's Answer #350310 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! In Paul's bank,there is $2.60 in pennies, nickles,and dimes. In all there are 45 coins. If there are twice as many nickles as pennies, find how many of each kind there are if you only use one variable. \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "let p = the number of pennies\r\n" ); document.write( " \n" ); document.write( ">>...there are twice as many nickles as pennies...<< \n" ); document.write( " \r\n" ); document.write( "then 2p = the number of nickels\r\n" ); document.write( " \n" ); document.write( ">>...there are 45 coins...<< \n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( ">>...there is $2.60...<< \n" ); document.write( " \r\n" ); document.write( "$0.01\n" ); document.write( " |