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.
Câu 5:
\(\dfrac{x}{y}=a\Rightarrow\dfrac{x}{a}=\dfrac{y}{1}=\dfrac{x-y}{a-1}=\dfrac{x+y}{a+1}\)
\(\Rightarrow\dfrac{x+y}{x-y}=\dfrac{a+1}{a-1}\)
Câu 6:
\(9x=5y\Rightarrow\dfrac{x}{5}=\dfrac{y}{9}\)
\(\Rightarrow\dfrac{x}{5}=\dfrac{y}{9}=\dfrac{3x}{15}=\dfrac{2y}{18}=\dfrac{3x-2y}{15-18}=\dfrac{12}{-3}=-4\)
\(\Rightarrow\left\{{}\begin{matrix}x=\left(-4\right).5=-20\\y=\left(-4\right).9=-36\end{matrix}\right.\)
Câu 7:
\(\dfrac{x}{-5}=\dfrac{y}{7}=\dfrac{x+y}{-5+7}=\dfrac{-10}{2}=-5\)
\(\Rightarrow\left\{{}\begin{matrix}x=\left(-5\right).\left(-5\right)=25\\y=\left(-5\right).7=-35\end{matrix}\right.\)
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.
Bài 1:
Vì $a\geq 1$ nên:
\(a+\sqrt{a^2-2a+5}+\sqrt{a-1}=a+\sqrt{(a-1)^2+4}+\sqrt{a-1}\)
\(\geq 1+\sqrt{4}+0=3\)
Ta có đpcm
Dấu "=" xảy ra khi $a=1$
Bài 2:
ĐKXĐ: x\geq -3$
Xét hàm:
\(f(x)=x(x^2-3x+3)+\sqrt{x+3}-3\)
\(f'(x)=3x^2-6x+3+\frac{1}{2\sqrt{x+3}}=3(x-1)^2+\frac{1}{2\sqrt{x+3}}>0, \forall x\geq -3\)
Do đó $f(x)$ đồng biến trên TXĐ
\(\Rightarrow f(x)=0\) có nghiệm duy nhất
Dễ thấy pt có nghiệm $x=1$ nên đây chính là nghiệm duy nhất.
Bài 1:
Vì (d)//y=-2x+1 nên a=-2
Vậy: y=-2x+b
Thay x=1 và y=2 vào (d),ta được:
b-2=2
hay b=4
Gọi số lượng công việc của đội 1 và 2 làm được trong 1h lần lượt là a,b(phần công việc) \(\left(a,b>0\right)\),x là công việc cần làm \(\left(x>0\right)\)
Theo đề,ta có: \(\left\{{}\begin{matrix}\dfrac{18}{5}\left(a+b\right)=x\left(1\right)\\\dfrac{x}{b}-\dfrac{x}{a}=3\left(2\right)\end{matrix}\right.\)
Từ (2) \(\Rightarrow x\left(\dfrac{1}{b}-\dfrac{1}{a}\right)=3\Rightarrow x=\dfrac{3}{\dfrac{1}{b}-\dfrac{1}{a}}=\dfrac{3}{\dfrac{a-b}{ab}}=\dfrac{3ab}{a-b}\)
Thế vào (1),ta được: \(\dfrac{18}{5}\left(a+b\right)=\dfrac{3ab}{a-b}\Leftrightarrow\dfrac{18\left(a+b\right)}{5}=\dfrac{3ab}{a-b}\)
\(\Rightarrow18\left(a+b\right)\left(a-b\right)=15ab\Rightarrow18a^2-15ab-18b^2=0\)
\(\Rightarrow6a^2-5ab-6b^2=0\Rightarrow\left(3a+2b\right)\left(2a-3b\right)=0\)
mà \(a,b>0\Rightarrow2a=3b\Rightarrow\left\{{}\begin{matrix}a=\dfrac{3}{2}b\\b=\dfrac{2}{3}a\end{matrix}\right.\)
Thế vào (1),ta được: \(\left\{{}\begin{matrix}\dfrac{18}{5}\left(a+\dfrac{2}{3}a\right)=x\\\dfrac{18}{5}\left(\dfrac{3}{2}b+b\right)=x\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}6a=x\\9b=x\end{matrix}\right.\)
\(\Rightarrow\) đội 1 làm xong công việc trong 6h,đội 2 làm xong trong 9h
a.\(\left(3-x\right)\left(x^2+5x+6\right)=\left(3-x\right)\left(x+2\right)\left(x+3\right)\)
ta có :
Vậy bất phương trình có nghiệm \(\text{(}-\infty,-3\text{]}\cup\left[-2,3\right]\)
b. \(\left(6+5x\right)\left(x^2-5x+6\right)=\left(6+5x\right)\left(x-2\right)\left(x-3\right)\)
Vậu BPT có nghiệm \(\left[-\frac{6}{5},2\right]\cup\text{[}3,+\infty\text{)}\)