retagged by
534 views
1 votes
1 votes
Let a and b be positive integers such that a > b and a^ 2 − b^ 2 is a prime number.
Then a^2 − b^ 2 is equal to
(A) a − b
(B) a + b
(C) a × b
(D) none of the above
retagged by

1 Answer

Best answer
2 votes
2 votes

For conditions: $a>0, b>0, a>b$ & $a^2$ − $b^2$ to be prime number

=> a & b must be consecutive integer i.e., $(a-b)$ = $1$        (for explanation see edit)

thus, $a^2$ − $b^2$ = $(a-b)*(a+b)$ = $(a+b)$.

Hence, option $(B)$ is correct.

------------------------------------------------------------------------

EDIT: factors of prime number: that number itself & 1.

since ($a^2$-$b^2$) have two factors $(a+b)$ & $(a−b)$ and if $(a-b)$ will be any number other than 1 than with given conditions $[a>b,a>0,b>0]$ , ($a^2$-$b^2$) will never be prime number.

so only choice is $(a−b)$ = 1.

edited by

Related questions

3 votes
3 votes
1 answer
1
sripo asked Feb 15, 2019
817 views
When is the following statement true? (A ∪ B) ∩ C = A ∩ C(A) If Ā ∩ B ∩ C = φ(B) If A ∩ B ∩ C = φ(C) always(D) never
1 votes
1 votes
1 answer
2
sripo asked Feb 15, 2019
425 views
How many subsets of even cardinality does an n-element set have ? Justify answer.Please give a proof if possible.This is part of subjective JEST paper.
1 votes
1 votes
1 answer
3
sripo asked Feb 15, 2019
675 views
If a fair die (with 6 faces) is cast twice, what is the probability that the twonumbers obtained differ by 2?(A) 1/12(B) 1/6(C) 2/9(D) 1/2
2 votes
2 votes
2 answers
4
sripo asked Feb 15, 2019
515 views
T (n) = T (n/2) + 2; T (1) = 1When n is a power of 2, the correct expression for T (n) is:(A) 2(log n + 1)(B) 2 log n(C) log n + 1(D)2 log n + 1