i faced this problem and i am not sure that my solution is right:
i have these 2 equations: Let $a,b \in \Bbb{N} $
a+b=n
a*b=(n-1)
how can i prove that the only answer is when a=1 and b=(n-1) or vice versa,
many thanks
i faced this problem and i am not sure that my solution is right:
i have these 2 equations: Let $a,b \in \Bbb{N} $
a+b=n
a*b=(n-1)
how can i prove that the only answer is when a=1 and b=(n-1) or vice versa,
many thanks
From 1, $b=n-a$; from 2, $a(n-a)=n-1$, that is $$ a^2-na+n-1=0 $$ Can you solve the quadratic equation?