K
Khách

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.

9 tháng 12 2021

giúp gì ạ??

9 tháng 12 2021

đây bài này ạ
mình gửi mà quên đăng ảnh. xloi bạn nha

 

12 tháng 10 2021

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ảm ơn bạn nhiều ạ!^^

28 tháng 10 2021

thôi chịu huhu

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ì (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

29 tháng 5 2021

Tham khảo:

29 tháng 5 2021

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