document.write( "Question 953498: James has $1.25 in nickels and dimes. He has 3 times as many nickels as dimes. Find the number of each type of coin.\r
\n" );
document.write( "\n" );
document.write( "I know the answer but I'm not sure how to make the expression so please help. \n" );
document.write( "
Algebra.Com's Answer #582307 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! James has $1.25 in nickels and dimes. He has 3 times as many nickels as dimes. Find the number of each type of coin. \n" ); document.write( "============== \n" ); document.write( "The hard way: \n" ); document.write( "5n + 10d = 125 \n" ); document.write( "n = 3d \n" ); document.write( "etc \n" ); document.write( "=================== \n" ); document.write( "Easier: \n" ); document.write( "3n + 1d = 25 \n" ); document.write( "125/25 = 5 sets \n" ); document.write( "--> 15 nickels & 5 dimes \n" ); document.write( " |