Infosys
Company
Programming
Functions
given
carpenter + painter = 1100
painter + electrician = 3200
electrician + plumber = 5100
plumber + mason = 2200
mason + labour = 3000
labour + painter = 1100
find every person's cash? (i dont know the exact amount mentioned above.)
Read Solution (Total 1)
-
- question is wrong..
check
C+P = 1100
P+E = 3200
E+PL =5100
PL+M = 2200
M+L = 3000
L+P = 1100
Now, L+P = 1100
=> 3000-M+P = 1100
=> M-P = 1900
=> 2200-PL-P = 1900
=> 300 = PL+P
=> 5100-E+P = 300
=> E-P = 4800 AND E+P = 3200
SOLVING, WE GET... P= -800(NEGATIVE)
E= 4000
SUBSTITUTING IN RESPECTIVE EQUATIONS, WE GET..
PL = 1100
M=1100
L=1900
C=1900 - 13 years agoHelpfull: Yes(7) No(5)
Infosys Other Question