0

Show that $n_0 = 32$ is the smallest value of $n$ for which the equation $5x+9y=n$ has a solution in $(\mathbb N \cup \{0\})^2$ for all $n \geq n_0$.

Wouldn't $(x,y)=(1,1)$ be a valid solution for $n=14$?

The example that appears before this question consider $(x,y)=(1,1)$ as a solution for $3x+5y=n$ in $(\mathbb N \cup \{0\})^2$ for $n \geq 8$.

sant
  • 31

1 Answers1

1

$(x,y)=(1,1)$ is a valid solution for $n=14$, but I think the question asks for the smallest $n_0$ such that $5x+9y=n$ has a soution for all $n\ge n_0$, and there's no solution for $5x+9y=16>14$ in non-negative integers.

Addendum to answer OP's additional question:

$31$ cannot be expressed as $5x+9y$ with non-negative integers $x,y$, but

$32=5(1)+9(3)$, $33=5(3)+9(2)$, $34=5(5)+9(1)$, $35=5(7)+9(0)$,

and $36=5(0)+9(4)$,

and if $n-5$ can be expressed as $5x+9y$ with non-negative integers then $n$ is $5(x+1)+9y$.

J. W. Tanner
  • 60,406