Find $a,b,k$: Solving Equations

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Solving equations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
Albert1
Messages
1,221
Reaction score
0
given :

$a-b=k---(1)$

$a^2-b^2=70---(2)$

where $k\in N$ , and $0<b<1$

please find the values of $a,b ,k$
 
Mathematics news on Phys.org
Albert said:
given :

$a-b=k---(1)$

$a^2-b^2=70---(2)$

where $k\in N$ , and $0<b<1$

please find the values of $a,b ,k$

from the second equation as $0 < b < 1$ so $70<a^2<71$ hence the value of taking integers between 8 and 9
so we have
$8 < a < 9$ and k is integer part of a so k = 8
$a = 8 + b$
so we get
$a^2-b^2 = (8+b)^2-b^2 = 64 + 16b= 70$ or $b = \dfrac{3}{8}$
hence $k=8,b= \dfrac{3}{8}, a = 8\dfrac{3}{8}$