Answer:
If Joe tosses a 3, he will lose 30 dollars.
Explanation:
To express this in a general form we can use functions which will be expressed in terms of the number tossed.
- We know that if the number that turns up is even, he will gain 5 times the number.
- Therefore, the function for when the number x is even would be f(x) = 5x
- On the other hand, if the number is odd, he will lose 10 times the number.
- Therefore, the function for when the number x is odd will be f(x) = -10x
Finally Joe tosses a 3, 3 is an odd number, therefore the function we will use will be f(x) = - 10x
f(3) = -10(3) = -30
Therefore, Joe will lose 30 dollars.