0

I was given a function that says:

What is the image of the function $F: \Bbb Z \times \Bbb N \rightarrow \Bbb R$ given by $f(a,b) = \frac{(a-4)}{7b}$

I need help really understanding how to find an image. I did a few questions where it said to make the question = b, but that was dealing with only one variable and this question has a and b.

Chiranjeev_Kumar
  • 3,061
  • 16
  • 30

1 Answers1

0

The image of your function is the rational numbers, $\Bbb Q$.

Clearly, if $a$ is an integer and $b$ is a natural number (which here does not include zero), then $\frac{(a-4)}{7b}$ is a rational number. So the image is included in the rational numbers.

Given any rational number $\frac pq$ with $p$ an integer, $q$ a natural number, and $\gcd(p,q)=1$, we can set $a=7p+4$ and $b=q$. We then get

$$f(a,b)=\frac{a-4}{7b}=\frac{7p+4-4}{7q}=\frac pq$$

So the rational numbers are included in the image. We conclude overall that the image is equal to the set of rational numbers.


I hope this gives you an idea on some approaches to finding an image. The general question takes creativity. Try some examples, and work at it. Practice will make you better.

Rory Daulton
  • 32,288