document.write( "Question 1059298: I need help on this please, it might be simple to you but to me its hard! \r
\n" );
document.write( "\n" );
document.write( " Tori has 8 coins, all of which are quarters and nickels. In all, they're worth $1.40. How many of each kind of coin does Tori have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #674355 by addingup(3677) You can put this solution on YOUR website! Don't despair, no one I know was born knowing math. Maybe Einstein, but I never met the guy... before my time ;-) \n" ); document.write( ": \n" ); document.write( "Tori has: q+n = 8 That's 2 variables, q and n. Too many, let's make it just one variable: Tori has q+n = 8, subtract q on both sides and we get: \n" ); document.write( "q-q+n = 8-q; n = 8-q (always do to one side what you do to the other) \n" ); document.write( ": \n" ); document.write( "Next: \n" ); document.write( "0.25q+0.10n = 1.40 substitute for n, like this: \n" ); document.write( "0.25q+0.10(8-q) = 1.40 \n" ); document.write( "0.25q+0.80-0.10q = 1.40 simplify q on left and subtract 0.80 on both sides: \n" ); document.write( "0.15q = 0.60 divide both sides by 0.15: \n" ); document.write( "q = 4 Tori has 4 quarters and 8-4= 4 dimes \n" ); document.write( "--------------------------- \n" ); document.write( "Check: \n" ); document.write( "4*0.25 = 1 \n" ); document.write( "4*0.10 = 0.40 \n" ); document.write( "-------------- \n" ); document.write( "Total . .1.40 Correct \n" ); document.write( " |