Problem 50801. Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is
2 3 5
0 2 3
5 5 6
0 9 4
then y =
5 5 6
0 9 4
Solution Stats
Problem Comments
-
7 Comments
Show
4 older comments
Ralph
on 13 Jul 2022
I think this problem still needs to be moved out of this problem group.
Vidit
on 9 Nov 2022
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is
2 3 5
0 2 3
5 5 6
0 9 4
then y =
5 5 6
2 3 5
Shouldn't y be
5 5 6
0 9 4 ?
as 13>10
Dyuman Joshi
on 10 Nov 2022
It should be, and the problem statement has been corrected.
Solution Comments
Show commentsProblem Recent Solvers460
Suggested Problems
-
11022 Solvers
-
Project Euler: Problem 7, Nth prime
1575 Solvers
-
1130 Solvers
-
How long do each of the stages of the rocket take to burn?
341 Solvers
-
793 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!