Xếp từ:
SLEPL:.............
giúp mik vs
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.
hình như thiếu từ you r nhé em, xếp đúng thì nó là:
Do you think those books are on the left shelves of the room, lan ?
trong nguyên tử electron chuyển động quanh hạt nhân và xếp thành từ lớp
=2x^3-2x^2-5x-10-2x^2+4x+x^2(2x-3)-x(x+1)-3x+2
=2x^3-4x^2-4x-8+2x^3-6x^2-x^2+x
=4x^3-11x^2-3x-8
Gọi số hs lớp 6C là \(a(a\in \mathbb{N^*})\)
Ta có \(2=2;3=3;4=2^2;8=2^3\)
\(\Rightarrow BCNN\left(2,3,4,8\right)=2^3\cdot3=24\\ \Rightarrow x\in BC\left(2,3,4,8\right)=B\left(24\right)=\left\{0;24;48;72;96;...\right\}\)
Mà \(38< x< 60\Rightarrow x=48\)
Vậy có 48 hs
program sapxep;
var
i, j, n, x: integer;
a: array[1..100] of integer;
begin
write('Nhap so phan tu trong day: ');
readln(n);
for i := 1 to n do
begin
write('a[', i, ']= ');
readln(a[i]);
end;
for i := 1 to n - 1 do
for j := i + 1 to n do
if a[i] > a[j] then
begin
x := a[i];
a[i] := a[j];
a[j] := x;
end;
write('Nhap so x: ');
readln(x);
for i := 1 to n do
begin
if x <= a[i] then
begin
for j := n downto i + 1 do
a[j] := a[j-1];
a[i] := x;
break;
end;
end;
writeln('Day so vua sap xep va them phan tu x:');
for i := 1 to n do
write(a[i], ' ');
writeln;
end.
spell
\(SLEPL:SPELL\)