SOLUTION: In 100 persons each man eat 4 fig, woman eat 1 and children eat 1/4 , All of they eat 100 fig, Calculate nos. of man, woman and children among them?

Algebra ->  Equations -> SOLUTION: In 100 persons each man eat 4 fig, woman eat 1 and children eat 1/4 , All of they eat 100 fig, Calculate nos. of man, woman and children among them?      Log On


   



Question 1074455: In 100 persons each man eat 4 fig, woman eat 1 and children eat 1/4 , All of they eat 100 fig, Calculate nos. of man, woman and children among them?
Found 2 solutions by KMST, ikleyn:
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
x= number of men,
y= number of women,
z= number of children

The total is 100 people, so
x%2By%2Bz=100 .
The amount of figs eaten is
4x%2By%2B0.25z=100 .
With the information given we cannot find a unique solution.
The two equations form the system of 2 linear equations on e variables
system%28x%2By%2Bz=100%2C4x%2By%2B0.25z=100%29
Your teacher may call the system "dependent," or "underdetermined."

Normally, such a system would give you an infinite N number of solutions.
In this case, because the solutions are numbers of people,
they must be non-negative integers,
so thou will only have many solutions, 21 to be exact.
If you subtract the first equation from the second one,
you get {{100-100=4x+y+0.25z-x-y-z}}}
0=4x-x%2B0.25z-z
0=3x-0.75z
0.75z=3x
Multiplying times 4 and dividing by 3
(or you could say multiplying times 4/3),
you get highlight%28z=4x%29 .
Then, substituting 4x for z in one of the equations,
you can obtain a similar expression
for y as a function of x :
x%2By%2B4x=100
5x%2By=100
highlight%28y=100-5x%29 .
Your solution is
system%28y=100-5x%2Cz=4x%29 .
Giving the values 0, 1, 2, ..., 19, 20 to x .
you could calculate and tabulate 21 solutions.
.

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
In 100 persons each man eat 4 fig, woman eat 1 and children eat 1/4 , All of they eat 100 fig, Calculate nos. of man, woman and children among them?
~~~~~~~~~~~~~~~~~~~~~~~

 M + W +      C = 100,    (1)
4M + W + %281%2F4%29%2AC = 100.    (2)

Subtract (1) from (2) (both sides). You will get

3M = %283%2F4%29%2AC,   or   M = %281%2F4%29%2AC,   or  4M = C.


Thus the number of men must be 1%2F4 times the number of children.

In addition, the number of children must be multiple of 4:   4,  8, 12, 16 . . . 



                    Table

#    Children  Men    M + C    Women       N-of-figs  

1       4       1       5       95       1 + 4*1 + 95 = 100
2       8       2      10       90       2 + 4*2 + 90 = 100 
3      12       3      15       85       3 + 4*3 + 85 = 100
4      16       4      20       80       4 + 4*4 + 80 = 100
5      20       5      25       75       5 + 4*5 + 75 = 100


So, any combination C = 4k,  M = k, W = 100 - 5k,  k = 1, 2, 3, . . . , 20  is the solution.

Check.  The number of figs is  %281%2F4%29%2A4k+%2B+4k+%2B+%28100-5k%29 = k + 4k + (100-5k) = 100.

Answer.  Any combination   C = 4k,  M = k,  W = 100 - 5k,   k = 1, 2, 3, . . . , 20   is the solution.