the mean age of the first group of 80 boys is 10 years. and that of the second group of 20 boys is 15 years. find the AM of the two groups together
Answers
Answer:
Answer 1:
Answer 1:#pythonprogramtoprintfirst7multiplesof35\small\# \sf python \: program \: to \: print \: first \: 7 \: multiples \: of \: 35#pythonprogramtoprintfirst7multiplesof35
Answer 1:#pythonprogramtoprintfirst7multiplesof35\small\# \sf python \: program \: to \: print \: first \: 7 \: multiples \: of \: 35#pythonprogramtoprintfirst7multiplesof35foriinrange(1,36,1):\sf \: for \: i \: in \: range(1,36,1) \colonforiinrange(1,36,1):
Answer 1:#pythonprogramtoprintfirst7multiplesof35\small\# \sf python \: program \: to \: print \: first \: 7 \: multiples \: of \: 35#pythonprogramtoprintfirst7multiplesof35foriinrange(1,36,1):\sf \: for \: i \: in \: range(1,36,1) \colonforiinrange(1,36,1):print("7×",i,"=",(7∗i))\: \: \: \: \sf print("7 \times " ,i ," = ",(7*i))print("7×",i,"=",(7∗i))
Answer 1:#pythonprogramtoprintfirst7multiplesof35\small\# \sf python \: program \: to \: print \: first \: 7 \: multiples \: of \: 35#pythonprogramtoprintfirst7multiplesof35foriinrange(1,36,1):\sf \: for \: i \: in \: range(1,36,1) \colonforiinrange(1,36,1):print("7×",i,"=",(7∗i))\: \: \: \: \sf print("7 \times " ,i ," = ",(7*i))print("7×",i,"=",(7∗i))____________