if a= 107 b=13 using euclids division algorithm find the value of q and r in such tuat a=bq+r
Answers
Answered by
0
Answer:
The value of q and r is 8 and 3 respectively .
Step-by-step explanation:
By Euclid's algorithm
Dividend = divisor * quotient + remainder
a=b*q+r
107=13*q+r
where q is quotient and r is remainder by Euclid's algorithm
By dividing 107 by 13 we get quotient = 8 and remainder = 3
so q=8 , r=3 .
Similar questions