asked 12.0k views
5 votes
Find a number between 100 and 200 which is also equal to a square number

multiplied by a prime number.

asked
User Ambarish
by
7.3k points

1 Answer

3 votes

Answer:

162, 147 etc.

Explanation:

we have to find


N = k^2 \cdot p

we can iterate k = 1 to 10 to check all possible solutions,


N = 9^2 \cdot 2


N = 7^2 \cdot 3

N = 162, 147 etc.

Hopefully this answer helped you!!

answered
User Emad Armoun
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.