Problem 1672. Leftovers? Again?!
I am thinking of a positive number X. To determine what number I am thinking of, I will give you two 1xN vectors. The first vector (V1) is several numbers, none of which will share a factor. The second vector (V2) is the remainder of X when divided by each of the numbers in V1. Calculate what the lowest possible value of X can be given these criteria. For example:
V1 = [2 3] ; V2 = [1 2]
would give an X value of 5. There are an infinite number of other values of X that would satisfy V1 and V2, but I want the lowest one.
Solution Stats
Problem Comments
-
8 Comments
Show
5 older comments
Rafael S.T. Vieira
on 18 Aug 2020
Apparently James is deleting essential files for Cody by using rm at his script. I've informed him of the issue.
goc3
on 29 Sep 2020
I have commented out the initial lines so that this problem is solvable again.
Rafael S.T. Vieira
on 29 Sep 2020
Thanks, goc3.
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
Reverse the Words (not letters) of a String
447 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
381 Solvers
-
Convert a Cell Array into an Array
1918 Solvers
-
Combined Ages 1 - Symmetric, n = 3
263 Solvers
-
565 Solvers
More from this Author80
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!