document.write( "Question 54277: Need help solving these four questions:\r
\n" );
document.write( "\n" );
document.write( "1. How many pounds of coffee beans selling for $2.80 per pound should be mixed with 2 pounds of coffee beans selling for $1.60 a pound to obtain mixture selling for $2.56 per pound?\r
\n" );
document.write( "\n" );
document.write( "2. Two trains, an express and a commuter, are 450 miles apart. Both start at the same time and travel toward each other. The meet 6 hours later. The speed of the express is 25 mph faster that the commuter. Find the speed of each train.\r
\n" );
document.write( "\n" );
document.write( "3. Two cars are traveling in opposite directions at average rates of 60 mph and 72 mph. How many hours will it take before the ars are 198 miles apart?\r
\n" );
document.write( "\n" );
document.write( "4. One thousand two hundred people attended a college basketball game. Student tickets cost $4 and all other tickets cost $15. If the receipts for the game totaled $12,786, how many of each kind of ticket was sold?\r
\n" );
document.write( "\n" );
document.write( "5. A train traveling at 40 miles per hour leaves for a certain town. One hour later, a bus traveling at 50miles per hour leaves for the same town and arrives at the same time as the train. If both the train and the bus traveled in a straight line, how far is the town from where they started?\r
\n" );
document.write( "\n" );
document.write( "6. A landscaper has a budget of $2250 to palnt 100 azaeleas and rhododendrons around a new office building. If there is a cost of $40 per rhododendron and $15 per azalea, how many of each can she plant?\r
\n" );
document.write( "\n" );
document.write( "When you give the answers please identify the variable, write the equation and show me how to solve the equation. \n" );
document.write( "
Algebra.Com's Answer #36588 by funmath(2933) ![]() You can put this solution on YOUR website! I am going to show you step by step solutions for 2 and give you hints on the other 4. If you have more questions, let me know. \n" ); document.write( "1. \n" ); document.write( "If the amount of $2.80 coffee =x \n" ); document.write( "And the amount of $1.60 coffe =2 lbs \n" ); document.write( "Then the amoung you have when you mix them together is: x+2 \n" ); document.write( "The price of $2.80 = 280 cents (it's easier to solve without decimals) \n" ); document.write( "The price of $1.60 = 160 \n" ); document.write( "The price of the mixture $2.56=256 \n" ); document.write( "Cost = Price*amount, so our equation is: \n" ); document.write( "280x+160(2)=256(x+2) \n" ); document.write( "280x+320=256x+512 \n" ); document.write( "-256x+280x+320=-256x+256x+512 \n" ); document.write( "24x+320=512 \n" ); document.write( "24x+320-320=512-320 \n" ); document.write( "24x=192 \n" ); document.write( "24x/24=192/24 \n" ); document.write( "x=8 \n" ); document.write( "The amount of $2.80 coffe that should be added is \n" ); document.write( "Check by substituting 8 in for x \n" ); document.write( "$2.80(8)+$1.60(2)=$2.56(8+2) \n" ); document.write( "$22.40+$3.20=$2.56(10) \n" ); document.write( "$25.60=$25.60 Seems reasonable. \n" ); document.write( ": \n" ); document.write( "2. \n" ); document.write( "The trains are 450 miles apart and heading toward each other, so if we add their distances together we will get a total of 450 miles. \n" ); document.write( "The formula you need to learn is: \n" ); document.write( "They both travel a time of 6 hrs, so \n" ); document.write( "Let time for the commuter train=6 \n" ); document.write( "Let time for the express train=6 \n" ); document.write( "Let RATE for the commuter train=x (because we don't know anything about it) \n" ); document.write( "Then RATE for the express train=x+25 (because it's 25 mph faster than the commuter train) \n" ); document.write( "Then the distance for the commuter train is: 6x \n" ); document.write( "The distance for the express is: 6(x+25) \n" ); document.write( "The total distance:450 \n" ); document.write( "PROBLEM to solve: \n" ); document.write( "6x+6(x+25)=450 \n" ); document.write( "6x+6x+150=450 \n" ); document.write( "(6+6)x+150=450 \n" ); document.write( "12x+150=450 \n" ); document.write( "12x+150-150=450-150 \n" ); document.write( "12x=300 \n" ); document.write( "12x/12=300/12 \n" ); document.write( "x=25 \n" ); document.write( "The rate of the commuter train: \n" ); document.write( "The rate of the express train: x+25= \n" ); document.write( "Check: \n" ); document.write( "6(25)+6(50)=450 \n" ); document.write( "150+300=450 \n" ); document.write( "450=450 Seems reasonalbe. \n" ); document.write( ": \n" ); document.write( "3. Add the two distances together to get 198 (because they're travelling in opposite directions to add up to 198 miles apart.) \n" ); document.write( " Let the time for both =t (because they're both traveling the same amount of time) \n" ); document.write( "Formula to use \n" ); document.write( ": \n" ); document.write( "4. Let the amount of students =x \n" ); document.write( "Then all of the rest of the tickets= 1200-x \n" ); document.write( "Then your problem is: \n" ); document.write( "4x+15(1200-x)=12,786 \n" ); document.write( ": \n" ); document.write( "5. Let the time that the train traveled = t \n" ); document.write( "Then the time that the bus traveled=t-1 (one hour less) \n" ); document.write( "Set the two distances = to each other because they are traveling to the same town in a straight line. \n" ); document.write( "Fromula to use \n" ); document.write( ": \n" ); document.write( "6. Let the amount of rhododendrons=x \n" ); document.write( "Then the amount of azaleas would = the rest of the 100 plants: 100-x \n" ); document.write( "Set the problem up like #4. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " \n" ); document.write( " |