document.write( "Question 444778: I have two coin problems that I need to do. I have tried all day and can't seem to get them.
\n" );
document.write( "1. Nick had 67.50 in pennies and dimes. If there were 150 more pennies than dimes, how many dimes dos he have?\r
\n" );
document.write( "\n" );
document.write( "2.Virgina and millie saved nickels and dimes. They had a totel of 34 coins whose value was 2.70. How many of each did they have? \n" );
document.write( "
Algebra.Com's Answer #306523 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let number of dimes be x \n" ); document.write( "pennies will be x+150 \n" ); document.write( "Value \n" ); document.write( "convert $ to cents \n" ); document.write( "10x+1(x+150)=6750 \n" ); document.write( "10x+x+150=6750 \n" ); document.write( "11x=6750-150 \n" ); document.write( "11x=6600 \n" ); document.write( "/11 \n" ); document.write( "x=6600/11 \n" ); document.write( "x=600 dimes \n" ); document.write( "600+150=750 pennies \n" ); document.write( "...\r \n" ); document.write( "\n" ); document.write( "let nickels be x \n" ); document.write( "dimes will be 34-x \n" ); document.write( "total value =2.70 = 270 cents \n" ); document.write( "5x+10(34-x)=270 \n" ); document.write( "5x+340-10x=270 \n" ); document.write( "-5x=-70 \n" ); document.write( "x=14 nickels \n" ); document.write( "dimes = 14 \n" ); document.write( " |