I'm going to pick a number between 0 and 10 inclusive, multiply it by 5, add 7 to the result, multiply that sum by 2, then pick a number between 0 and 10 to add to my product, then subtract 6. My result is 45. What is the product of the two numbers I picked?

Respuesta :

We want to find the two numbers you picked, we will find that the two numbers you picked are 3 and 7.

First, you pick a number between 0 and 10, let's say that the number is N.

Then multiply it by 5 and add 7, so we get:

(5*N + 7)

Now we multiply this by 2

2*(5*N + 7)

Now we add another number between 0 and 10, let's call it M.

We need to add that to the product, and then subtract 6, and that will be equal to 45.

2*(5*N + 7) + M - 6 = 45

Now let's simplify the expression:

2*(5*N + 7) + M = 45 + 6 = 51

10*N + 14 + M = 51

10*N + M = 51 - 14 = 37

10*N + M = 37

With this, we want to find the values of N and M, but remember that these two values belong to the interval [0, 10]

So the only two solutions are:

N = 3 and M = 7

such that:

10*3 + 7 = 30 + 7 = 37

So the two numbers you picked are 3 and 7.

If you want to learn more, you can read:

https://brainly.com/question/2263981