SOLUTION: 6.4 Part I. Use two variables and two equations to set up each problem. Do not solve. 1. One integer is twice another and their sum is 96. Find the integers. 2. The

Algebra ->  Functions -> SOLUTION: 6.4 Part I. Use two variables and two equations to set up each problem. Do not solve. 1. One integer is twice another and their sum is 96. Find the integers. 2. The       Log On


   



Question 86748: 6.4
Part I. Use two variables and two equations to set up each problem. Do not solve.
1. One integer is twice another and their sum is 96. Find the integers.
2. The sum of two integers is 38 and their difference is 12. Find the integers.
3. Three times one integer plus another integer is 29. If the first integer plus twice the
second is 18, find the integers.
4. Twice one integer plus another integer is 21. If the first integer plus 3 times the
second is 33, find the integers.
Part II. Use two variables and two equations for each problem. Solve the systems by any method you choose, and write the answer in the appropriate form.
5. A rancher raises five times as many cows as horses. If he has 168 animals, how
many cows does he have?
6. A landscaper used 100 pounds of grass seed containing twice as much bluegrass
as rye. He added 15 more pounds of bluegrass to the mixture before seeding a
lawn. How many pounds of bluegrass did he use?
7. A youth group with 26 members is going skiing. Each of the five chaperones will
drive a van or a sedan. The vans can seat seven people, and the sedans can seat five
people. How many of each type of vehicle could transport all 31 people to the ski
area in one trip?
8. In a mayoral election, the incumbent received 25% more votes than the opponent.
Altogether, 5175 votes were cast for the two candidates. How many votes did the
incumbent mayor receive?
9. The drama club at Lincoln High School sells hot chocolate, and coffee at the
school’s football games to make money for a special trip. At one game, they sold
$200 worth of hot drinks. They need to report how many of each type of drink
they sold for their club records. Macha knows that they used 295 cups that night.
If hot chocolate sells for $0.75 and coffee sells for $0.50, how many of each type
of hot drinks did they sell?

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

Part I. Use two variables and two equations to set 
up each problem. Do not solve. 

You have to learn things like
"Twice" means "two times"
"Sum" means "what you get when you add".
"Is" means "equals".
"Difference" means "what you get when you subtract".


1. One integer is twice another 

y = 2x

and their sum is 96.  

x + y = 96


2. The sum of two integers is 38.  

x + y = 38

and their difference is 12.

x - y = 12

3. Three times one integer plus another integer is 29.

3x + y = 29

If the first integer plus twice the
second is 18. 

x + 2y = 18


4. Twice one integer plus another integer is 21.

2x + y = 21 

If the first integer plus 3 times the 
second is 33.

x + 3y = 33

Part II. Use two variables and two equations for 
each problem. Solve the systems by any method you 
choose, and write the answer in the appropriate form. 

5. A rancher raises five times as many cows as horses.

   C = 5H 

 If he has 168 animals, 

   C + H = 168

Substitute 5H for C in C + H = 165

  5H + H = 168
      6H = 168
       H = 168/6 = 31 horses

C = 5H = 5(31) = 155 cows.


6. A landscaper used 100 pounds of grass seed 

     B + R = 100

containing twice as much bluegrass
as rye. 

     B = 2R

Substitute 2R for B in B + R = 100

    2R + R = 100
        3R = 100
         R = 100%2F3 = 331%2F3 

B = 2R = 2(331%2F3) = 662%2F3

He added 15 more pounds of bluegrass 

662%2F3+15 = 812%2F3 pound of bluegrass.

7. A youth group with 26 members is going skiing. 
Each of the five chaperones will drive a van or 
a sedan. 

 V +  S =  5

The vans can seat seven people, and the sedans can seat 
five people. 

7V + 5S = 31

Solve the first for S.  S = 5 - V
Substitute in 7V + 5S = 31

7V + 5(5 - V) = 31
 7V + 25 - 5V = 31
      2V + 25 = 31
           2V = 31 - 25
           2V = 6
            V = 6/2 = 3

S = 5 - V = 5 - 3 = 2
 
2 sedans, 3 vans.  


8. In a mayoral election, the incumbent received 
25% more votes than the opponent.

("O" looks too much like zero, so I'll use the 
letter "P" for "OPPONENT")

I = P + .25P
or
I = 1.00P + .25P
or
I = 1.25P

Altogether, 5175 votes were cast for the two 
candidates.

I + P = 5175

Substitute 1.25P for I in I + P = 5175

    1.25P + P = 5175
1.25P + 1.00P = 5175
        2.25P = 5175
            P = 5175/2.25
            P = 2300

I = 1.25P = 1.25(2300) = 2875

So the ncumbent mayor received 2875 votes 
and the opponent received 2300

9. Macha knows that they used 295 cups that night.

   H + C = 295

>>...hot chocolate sells for $0.75 and coffee sells 
for $0.50...<<

>>...they sold $200 worth of hot drinks...<<

 0.75H + 0.50C = 200

You solve that by yourself!

Answer: H = 210 cups of hot chocolate, C = 85 cups of coffee. 

Edwin