use euclids division lemma to show that the cube of any positive integer is of the form 9m, 9m+1 or 9m+8
Answers
Answer:
I think it helps you
Step-by-step explanation:
Let 'a' be any positive integer and b=3
a=3q+r,where q≥0 and r=0,1,2 beacuse 0≤r<3
Therefore,every number can be represented as these three forms.
We have three cases,
Case 1:-When a=3q,
a³=(3q)³=27q³=9(3q)³=9m
Where 'm' is an integer such that m=3q³
Case 2:-When a=3q+1
a³=(3q+1)³
a³=27q³+27q²+9q+1
a³=9(3q³+3q+q)+1
a³=9m+1
Case 3:-When a=3q+2
a³=(3q+2)³
a³=27q³+54q²+36q+8
a³=9(3q³+6q²+4q)+8
a³=9m+8
Where 'm' is an integer such that m=(3q³+6q²+4q)
Therefor,the cube of any positive integer is of the form 9m,9m+1,or 9m+8
Please mark it as brainlist answer
Let x be any positive integer and y = 3.
By Euclid’s division algorithm, then,
x = 3q+r, where q≥0 and r = 0, 1, 2, as r ≥ 0 and r < 3.
Therefore, putting the value of r, we get,
x = 3q
or
x = 3q + 1
or
x = 3q + 2
Now, by taking the cube of all the three above expressions, we get,
Case (i): When r = 0, then,
x2= (3q)3 = 27q3= 9(3q3)= 9m; where m = 3q3
Case (ii): When r = 1, then,
x3 = (3q+1)3 = (3q)3 +13+3×3q×1(3q+1) = 27q3+1+27q2+9q
Taking 9 as common factor, we get,
x3 = 9(3q3+3q2+q)+1
Putting = m, we get,
Putting (3q3+3q2+q) = m, we get ,
x3 = 9m+1
Case (iii): When r = 2, then,
x3 = (3q+2)3= (3q)3+23+3×3q×2(3q+2) = 27q3+54q2+36q+8
Taking 9 as common factor, we get,
x3=9(3q3+6q2+4q)+8
Putting (3q3+6q2+4q) = m, we get ,
x3 = 9m+8
Therefore, from all the three cases explained above, it is proved that the cube of any positive integer is of the form 9m, 9m + 1 or 9m + 8.