Problem 45496. Ordered pairs of integers (I, J).
Write a MATLAB function that calculates the number of ordered pairs of integers (I, J) that can be formed satisfying the condition 1<=I<J<=N, for a given value of N.
Solution Stats
Problem Comments
-
1 Comment
ChrisR
on 6 Sep 2020
Prasad, I enjoyed thinking through the pattern to solve this problem and the related problem. One suggestion for both is to add more test cases so that solvers cannot simply write their codes to return the answer to the single test case.
Solution Comments
Show commentsProblem Recent Solvers41
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2531 Solvers
-
Sum of first n terms of a harmonic progression
493 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1253 Solvers
-
07 - Common functions and indexing 6
465 Solvers
-
6079 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!