Mọi người giúp mình với .Thanks mọi người nhiều ạ!!!!!!!!!!
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.
Bài 2:
a. Ý nghĩa:
- Điện trở định mức của biến trở con chạy là 100Ω
- Cường độ dòng điện định mức của biến trở con chạy là 2A.
b. HĐT lớn nhất: \(U=R.I=100.2=200V\)
c. Chiều dài dây dẫn: \(R=p\dfrac{l}{S}\Rightarrow l=\dfrac{R.S}{p}=\dfrac{100.2.10^{-6}}{0,5.10^{-6}}=400m\)
Câu 1:
const fi='dulieu.dat';
fo='thaythe.out';
var f1,f2:text;
a:array[1..100]of string;
n,d,i,vt:integer;
begin
assign(f1,fi); reset(f1);
assign(f2,fo); rewrite(f2);
n:=0;
while not eof(f1) do
begin
n:=n+1;
readln(f1,a[n]);
end;
for i:=1 to n do
begin
d:=length(a[i]);
vt:=pos('anh',a[i]);
while vt<>0 do
begin
delete(a[i],vt,3);
insert('em',a[i],vt);
vt:=pos('anh',a[i]);
end;
end;
for i:=1 to n do
writeln(f2,a[i]);
close(f1);
close(f2);
end.
Câu 2:
uses crt;
const fi='mang.inp';
fo='sapxep.out';
var f1,f2:text;
a:array[1..100]of integer;
i,n,tam,j:integer;
begin
clrscr;
assign(f1,fi); rewrite(f1);
assign(f2,fo); rewrite(f2);
write('Nhap n='); readln(n);
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
for i:=1 to n do
write(f1,a[i]:4);
for i:=1 to n-1 do
for j:=i+1 to n do
if a[i]>a[j] then
begin
tam:=a[i];
a[i]:=a[j];
a[j]:=tam;
end;
for i:=1 to n do
write(f2,a[i]:4);
close(f1);
close(f2);
end.
\(1,ĐK:x\ge2\\ PT\Leftrightarrow\sqrt{3x-6}+x-2-\left(\sqrt{2x-3}-1\right)=0\\ \Leftrightarrow\dfrac{3\left(x-2\right)}{\sqrt{3x-6}}+\left(x-2\right)-\dfrac{2\left(x-2\right)}{\sqrt{2x-3}+1}=0\\ \Leftrightarrow\left(x-2\right)\left(\dfrac{3}{\sqrt{3x-6}}-\dfrac{2}{\sqrt{2x-3}+1}+1\right)=0\\ \Leftrightarrow\left[{}\begin{matrix}x=2\left(tm\right)\\\dfrac{3}{\sqrt{3x-6}}-\dfrac{2}{\sqrt{2x-3}+1}+1=0\left(1\right)\end{matrix}\right.\)
Với \(x>2\Leftrightarrow-\dfrac{2}{\sqrt{2x-3}+1}>-\dfrac{2}{1+1}=-1\left(3x-6\ne0\right)\)
\(\Leftrightarrow\left(1\right)>0-1+1=0\left(vn\right)\)
Vậy \(x=2\)
\(2,ĐK:x\ge-1\)
Đặt \(\left\{{}\begin{matrix}\sqrt{x+1}=a\\\sqrt{x^2-x+1}=b\end{matrix}\right.\left(a,b\ge0\right)\Leftrightarrow a^2+b^2=x^2+2\)
\(PT\Leftrightarrow2a^2+2b^2-5ab=0\\ \Leftrightarrow\left(a-2b\right)\left(2a-b\right)=0\\ \Leftrightarrow\left[{}\begin{matrix}a=2b\\b=2a\end{matrix}\right.\)
Với \(a=2b\Leftrightarrow x+1=4x^2-4x+4\left(vn\right)\)
Với \(b=2a\Leftrightarrow4x+4=x^2-x+1\Leftrightarrow x^2-5x-3=0\Leftrightarrow\left[{}\begin{matrix}x=\dfrac{5+\sqrt{37}}{2}\left(tm\right)\\x=\dfrac{5-\sqrt{37}}{2}\left(tm\right)\end{matrix}\right.\)
Vậy ...
bạn có hỏi mình cái gì đâu mà bọn mình biết trả lời
bạn ph ? thì bọn mình mới biết nên trả lời thế nào
a: =100x100=10000