Find two consecutive odd natural numbers whose product is 323
Answers
Answered by
7
let the number be 'n';
then the consequetive odd number will be(n+2);
give;
product is 323;
n*(n+2)=323;
n^2=2n-323=0;
n=17 or n=-19(not valid since natural number)
therefore;
the two numbers are 17,19
Similar questions