For many families at Christmas, each family member gives 1 present to every other family member. The main exception is that children under the age of 16 do not contribute any presents. If there is only 1 child in the family, then that child is considered "spoilt" and receives 2 presents from each adult instead.
Given the size of a family (Nf) and the number of children under the age of 16 (Nc), find the number of presents under the Christmas tree!
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers179
Suggested Problems
-
Is my wife right? Now with even more wrong husband
1340 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3674 Solvers
-
410 Solvers
-
How long do each of the stages of the rocket take to burn?
456 Solvers
-
Flip the vector from right to left
10781 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
For Test1, shouldn't y_correct = 16 and not 20.