document.write( "Question 69703: 1. An executive nearing retirement made two investments totaling $15,000. In one year, these investments yielded $1432 in simple interest. Part of the money was invested at 9% and the rest at 10%. How much was invested at each rate?\r
\n" );
document.write( "\n" );
document.write( "2. Two cars leave Salt Lake City, travelng in opoosite directions. One car travels at a pseed of 80 km/h and the other at 96 hm/h. In how many hours will they 528 km apart?\r
\n" );
document.write( "\n" );
document.write( "3. McDonald's recently sold small soft drinks for $.87 meidum soft drinks for $1.08, and large soft drinks for $1.54. During a lunchtime rush, Chris sold 40 soft dirnks for a total of $43.40. The number of small and large drinks, combined, was 10 fewer than the number of medium drinks. How many drinks of each size were sold?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #49663 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. An executive nearing retirement made two investments totaling $15,000. In one year, these investments yielded $1432 in simple interest. Part of the money was invested at 9% and the rest at 10%. How much was invested at each rate? \n" ); document.write( "Let amt. invested at 9% be \"x\"; Interest on this is 0.09x dollars \n" ); document.write( "Amt. invested at 10% is \"15000-x\" ; Interest on this is 0.1(15000-x)=1500-0.1x \n" ); document.write( "dollars \n" ); document.write( "EQUATION: \n" ); document.write( "interext + interest=1432 dollars \n" ); document.write( "0.09x + 1500-0.10x = 1432 \n" ); document.write( "-0.01x = -68 \n" ); document.write( "x=$6800 (amt invested at 9%) \n" ); document.write( "15000-6800=$8200 (amt invested at 10% \n" ); document.write( "-------------------------------- \r \n" ); document.write( "\n" ); document.write( "2. Two cars leave Salt Lake City, travelng in opoosite directions. One car travels at a pseed of 80 km/h and the other at 96 hm/h. In how many hours will they 528 km apart? \n" ); document.write( "let \"x\" be the number of hours before they meet. \n" ); document.write( "EQUATION: \n" ); document.write( "80x + 96x = 528 \n" ); document.write( "178x=528 \n" ); document.write( "x=3 hours \n" ); document.write( "---------------------------\r \n" ); document.write( "\n" ); document.write( "3. McDonald's recently sold small soft drinks for $.87 meidum soft drinks for $1.08, and large soft drinks for $1.54. During a lunchtime rush, Chris sold 40 soft dirnks for a total of $43.40. The number of small and large drinks, combined, was 10 fewer than the number of medium drinks. How many drinks of each size were sold?\r \n" ); document.write( "\n" ); document.write( "Let S,M,L be the number of small, medium, and large drinks. \n" ); document.write( "S+M+L=40 \n" ); document.write( "87S+108M+154L=4340 \n" ); document.write( "S-M+L=-10 \n" ); document.write( "============== \n" ); document.write( "Solve this system of three equations. \n" ); document.write( "I used a matrix method and got: \n" ); document.write( "S=10 \n" ); document.write( "M=25 \n" ); document.write( "L=5 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |