52 chia 3 bằng bao nhiêu giúp mình với
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
\(\frac{21}{35}\div\frac{3}{14}=\frac{21}{35}\times\frac{14}{3}=\frac{21\times14}{35\times3}=\frac{7\times2}{5\times1}=\frac{14}{5}\)
Trong quá trình tính toán có gì sai sót mong bạn bỏ qua!
333 392 125 : 9 155 898 = 36 dư 3 779 797
var n,i,k,d: integer;
a:array[1..52] of integer;
begin
write('Nhap so N: '); readln(n);
for i:=1 to n do
begin
write('a[',i,'] = '); readln(a[i]);
end;
write('Nhap so k: '); readln(k);
d:=0;
for i:=1 to n do
if a[i] mod k = 0 then d:=d+1;
writeln('Co ',d,' so chia het cho ',k,' trong day');
if d mod 2 = 0 then writeln('Chan') else writeln('Le');
end.
uses crt;
var a:array[1..52]of integer;
i,n,k,dem:integer;
begin
clrscr;
repeat
write('Nhap n='); readln(n);
until (0<n) and (n<=52);
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
write('Nhap k='); readln(k);
dem:=0;
for i:=1 to n do
if a[i] mod k=0 then inc(dem);
writeln('Trong day co ',dem,' so chia het cho ',k);
if dem mod 2=0 then writeln('So luong so chia het cho ',k,' la so chan')
else writeln('So luong so chia het cho ',k,' la so le');
readln;
end.
Gọi cạnh lớn nhất là \(a(a\in \mathbb{N^*},m)\)
Ta có \(52=2^2.13;36=2^2.3^2\)
\(\Rightarrow a=ƯCLM\left(52,36\right)=4\)
Vậy cạnh lớn nhất có thể chia là 4m
Gọi cạnh lớn nhất là a(a∈N∗,m)a(a∈N∗,m)
Ta có 52=22.13;36=22.3252=22.13;36=22.32
⇒a=ƯCLM(52,36)=4⇒a=ƯCLM(52,36)=4
Vậy cạnh lớn nhất có thể chia là 4m
Trong phep chia cho 3 so du co the la 0,1,2
Trong phep chia cho 4 so du co the la 0,1,2,3
Trong phep chia cho 5 thi so du co the la 0,1,2,3,4 nha ban
Chuc ban hoc tot !
\(27^5:2^{15}=27^5:\left(2^3\right)^5=27^5:8^5=\left(\dfrac{27}{8}\right)^5\)
52:3=\(\dfrac{52}{3}\)
52 : 3 = 14