document.write( "Question 325684: 1st one is....
\n" );
document.write( "\"A coin bank contains nickels,dimes and quarters totaling $5.45. If there are twice as many quarters as dimes, and 11 more nickels than quarters, how many of each coin are in the bank?\"\r
\n" );
document.write( "\n" );
document.write( "2nd one:
\n" );
document.write( "\"A vending machine contains 6 times as many quarters as dimes. If the total amount of money in the machine is $28.50, how many quarters are there?\r
\n" );
document.write( "\n" );
document.write( "and the last one:
\n" );
document.write( "\"A solution of 63% is mixed with a solution of 43% to form 40 liters of a 53% solution. How much of the 63% solution must she use? (In liters)\"\r
\n" );
document.write( "\n" );
document.write( "Thanks :)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #233162 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 1st one is.... \n" ); document.write( "\"A coin bank contains nickels,dimes and quarters totaling $5.45. If there are twice as many quarters as dimes, and 11 more nickels than quarters, how many of each coin are in the bank?\" \n" ); document.write( "let dimes = x \n" ); document.write( "quarters = 2x \n" ); document.write( "nickels = 2x+11 \n" ); document.write( "Total money = 545 cents \n" ); document.write( "10x+25*2x+5(2x+11)=545 \n" ); document.write( "10x+50x+10x+55=545 \n" ); document.write( "70x=545-55 \n" ); document.write( "70x=490 \n" ); document.write( "x=7 dimes \n" ); document.write( "2x= 2*7= 14 quarters \n" ); document.write( "nickels = 2x+11=2*7+11=25 \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "2nd one: \n" ); document.write( "\"A vending machine contains 6 times as many quarters as dimes. If the total amount of money in the machine is $28.80, how many quarters are there?\r \n" ); document.write( "\n" ); document.write( "dimes = x \n" ); document.write( "quarters = 6x \n" ); document.write( "money 2880 cents \n" ); document.write( ".. \n" ); document.write( "10x+25*6x=2800 \n" ); document.write( "10x+150x=2880 \n" ); document.write( "160x=2880 \n" ); document.write( "x= 18 dimes \n" ); document.write( "6x = 108 quarters \n" ); document.write( "..\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and the last one: \n" ); document.write( "\"A solution of 63% is mixed with a solution of 43% to form 40 liters of a 53% solution. How much of the 63% solution must she use? (In liters)\" \n" ); document.write( "63% =x liters \n" ); document.write( "43%= 40-x liters \n" ); document.write( "53% 40 liters \n" ); document.write( ".. \n" ); document.write( "0.63x+0.43(40-x)= 0.53*40 \n" ); document.write( "0.63x+17.20-0.43x= 21.2 \n" ); document.write( "0.2x = 4 \n" ); document.write( "x=20 liters\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |