Answer :

The equivalent under modulus 7 of 139 and 450 is not same. A modulus is the whole-number remainder in a division equation. It can be calculated using the modulo operation. It helps determine whether or not a given integer is odd or even. Therefore, we can solve this problem by utilizing the modulo function.

Modulus refers to the process of converting a decimal number into a whole number. It is used to determine if a number is even or odd by looking at the last digit. If the last digit is even, the number is even. If the last digit is odd, the number is odd. The remainder after division is the modulus.

The symbol for modulus is % .To see if 139 and 450 are equivalent under modulus 7 or not, we will do the following:

We'll convert 139 to its remainder under modulus 7 using the modulo function.

139 % 7 = 4

We'll convert 450 to its remainder under modulus 7 using the modulo function.

450 % 7 = 3

Now, since both remainders are not the same, we can say that 139 and 450 are not equivalent under modulus 7.

Learn more about modulus - https://brainly.com/question/13257353

#SPJ11