Problem 43639. Counting candies
In a classroom of 'n' children, every even numbered child gets one big candy and every odd numbered child gets two small candies. Count the total number of candies 'x' that one should bring to the class.
For example, if there are n = 10 children in the class, the first child gets two candies, second child gets one candy, third child gets two candies and so on. Total number of candies required is x = 15.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers72
Suggested Problems
-
find the maximum element of the matrix
534 Solvers
-
Back to basics - mean of corner elements of a matrix
454 Solvers
-
Determine the length of a string of characters
265 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
158 Solvers
-
Create sequnce 1 4 9 16 25.........
413 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!