Computer Science, asked by nirmith2004, 5 months ago

In a party of 35 people there are twice as many women as children and twice as many children as men. How many of each are there? Write an algorithm for this.

Answers

Answered by av60464
3

Answer:

2x+x+x/2=35 so

7x/2=35

therefore x=10

so women =2x=2×10=20

children =x=10

And men =x/2=10/2=5 so 10 +20+5=35

Similar questions