Given an integer , if divided by has a remainder of and if divided by has a remainder of . The possible values of are:
Command Palette
Search for a command to run...
Set 3
Search for a command to run...
Given an integer n, if n divided by 8 has a remainder of 5 and if n divided by 5 has a remainder of 2. The possible values of n are:
The conditions that must be satisfied by the number n:
Let's check each option.
The value 29 does not satisfy the second condition.
The value 37 satisfies both conditions.
The value 44 does not satisfy the conditions.
The value 77 satisfies both conditions.
The values that satisfy the conditions in the question are (2) and (4).