document.write( "Question 423877: 1) One investment pays 4% and another pays 11%. If equal amounts are invested in each account, the combined interest income for one year is $1,125.00. How much is invested at each rate?\r
\n" );
document.write( "\n" );
document.write( "2)A turtle leaves Gila Bend heading north at 50mph. Two hours later a second turtle leaves Gila Bend heading north at 75mph. How long will it take the second turtle to overtake the first?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3) Two boats leave port at the same time, one heading east at 60 knots per hour and the other heading west at 50 knots per hour. How long will it take them to be 715 miles apart?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4)A store manager mixes candy worth 90 cents per pound with gumdrops worth $1.50 per pound to make 20 pounds of a mixture worth $1.20 per pound. How many pounds of each kind of candy must he use?\r
\n" );
document.write( "\n" );
document.write( "5) A store sells regular coffee for $4 per pound and a gourmet coffee for $7 per pound. To get rid of 40 pounds of the gourmet, the shopkeeper plans to make gourmet blend to sell for $5 a pound. How many pounds of regular coffee should be used? \n" );
document.write( "
Algebra.Com's Answer #295713 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 1) One investment pays 4% and another pays 11%. If equal amounts are invested in each account, the combined interest income for one year is $1,125.00. How much is invested at each rate?\r \n" ); document.write( "\n" ); document.write( "4%--------$x \n" ); document.write( "11%-------$x \n" ); document.write( "4x+11x=1125*100 \n" ); document.write( "15x=112500 \n" ); document.write( "/15 \n" ); document.write( "x=$7300 in each\r \n" ); document.write( "\n" ); document.write( "2)A turtle leaves Gila Bend heading north at 50mph. Two hours later a second turtle leaves Gila Bend heading north at 75mph. How long will it take the second turtle to overtake the first?\r \n" ); document.write( "\n" ); document.write( "Turtle 1 50 mph \n" ); document.write( "Turtle 2 75 mph \n" ); document.write( "Difference in time= 02:00 \n" ); document.write( "Turtle 1will have covered 100 miles before Turtle 2 starts \n" ); document.write( " \n" ); document.write( "catch up distance= 100 miles \n" ); document.write( "catch up speed = 75 -50 mph \n" ); document.write( "catch up speed = 25 mph \n" ); document.write( " \n" ); document.write( "Catchup time = catchup distance/catch up speed \n" ); document.write( "catch up time= 100 / 25 \n" ); document.write( "catch up time= 4 hours \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3) Two boats leave port at the same time, one heading east at 60 knots per hour and the other heading west at 50 knots per hour. How long will it take them to be 715 miles apart?\r \n" ); document.write( "\n" ); document.write( "Add up speeds since they are going in opposite directions \n" ); document.write( "50+60 =110 knots \n" ); document.write( "distance = 715 miles \n" ); document.write( "Time = 715/110 \n" ); document.write( "=6.5 hours\r \n" ); document.write( "\n" ); document.write( "4)A store manager mixes candy worth 90 cents per pound with gumdrops worth $1.50 per pound to make 20 pounds of a mixture worth $1.20 per pound. How many pounds of each kind of candy must he use?\r \n" ); document.write( "\n" ); document.write( "0.9---------------- x \n" ); document.write( "1.5---------------- 20-x \n" ); document.write( "1.20---------------- 20\r \n" ); document.write( "\n" ); document.write( "0.9x+1.5 (20-x)=1.2* 20 \n" ); document.write( "0.9x+30- 1.5x=24 \n" ); document.write( "0.9x-1.5 x=24-30 \n" ); document.write( "-0.6x-= -6 \n" ); document.write( "/-0.6 \n" ); document.write( "x=10 pounds of $ 0.90 \n" ); document.write( "10 pounds of $1.50 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "5) A store sells regular coffee for $4 per pound and a gourmet coffee for $7 per pound. To get rid of 40 pounds of the gourmet, the shopkeeper plans to make gourmet blend to sell for $5 a pound. How many pounds of regular coffee should be used? \r \n" ); document.write( "\n" ); document.write( "$7---------------- 40 \n" ); document.write( "$4---------------- x \n" ); document.write( "$5---------------- 40+x \n" ); document.write( "... \n" ); document.write( "7*40+4*x =5(40+x) \n" ); document.write( "280+4x=200+5x \n" ); document.write( "4x-5x=200-280 \n" ); document.write( "-1x=-80 \n" ); document.write( "/-1 \n" ); document.write( "x=80 pounds of $4 \n" ); document.write( " \n" ); document.write( " |