2x4x6x......x78
2x4x6x...x78
kết quả là 3042 chúc bạn học tốt nhé
The last digit of the product : 2x4x6x......x78 is?
The last digit of the product 2x4x6x.....x78 is ?
The last digit of the product 2x4x6x.....x78 is ?
giúp mk nha
giúp hưng cho nó đúng một đi phương thảo . bạn ấy là bạn của tớ
The last digit of the product 2x4x6x...x78 is ...........
bạn nào trả lời nhanh nhất sẽ đc tick nha
cho M=1x3x5....x99/ 2x4x6x...x100
và N= 2x4x6x....x100
a, chứng minh M<N
b, tính M x N
c, chứng minh < 1/10
( ai nhanh mình tick cho, mình đang cần gấp )
chứng minh rằng 1x3x5x...x2013x2015+2x4x6x....x2014x2016 chia hết cho 9911
lập chương trình while do và for do
T= 2x4x6x.....xX(Xlà số chẵn)
*for..do
Program HOC24;
var T: longint;
i,X: integer;
begin
write('Nhap X: '); readln(X);
t:=1;
for i:=1 to X do if i mod 2=0 then t:=t*i;
write('T= ',t);
readln
end.
*while..do
Program HOC24;
var T: longint;
i,X: integer;
begin
write('Nhap X: '); readln(X);
i:=2; t:=1;
while i<=X do
begin
t:=t*i;
i:=i+2;
end;
write('T= ',t);
readln
end.
The last digit of the product 2x4x6x8x...x78 is