tìm x:\(-2,5+\left|3x+5\right|=-1,5\)
giúp mik vs ạ mik đang cần gấp mai cô bắt phải nộp rồ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.
\(11-\left(3x-1\right)=\frac{9}{2}-\left(5-3,5x\right)\)
\(=>11-3x+1=\frac{9}{2}-5+3,5x\)
\(=>-3x+12=3,5x-\frac{1}{2}\)
\(=>-3x-3,5x=-\frac{1}{2}-12\)
\(=>-6,5x=-12,5\)
\(=>x=\frac{-12,5}{-6,5}=\frac{25}{13}\)
Ủng hộ nha
\(11-\left(3x-1\right)=\frac{9}{2}-\left(5-3,5x\right)\)
\(11-3x+1=\frac{9}{2}-5+3,5x\)
\(12-3x=-\left(0,5\right)+3,5x\)
\(12,5-3x=3,5x\)
\(12,5=6,5x\)
\(x=12,5:6,5=\frac{25}{13}\)
Đã học hay "yêu thích" hả bạn?
1)
a)
\(\frac{-5}{6}.\frac{120}{25}< x< \frac{-7}{15}.\frac{9}{14}\)
\(\frac{-1}{1}.\frac{20}{5}< x< \frac{-1}{5}.\frac{3}{2}\)
\(\frac{-20}{5}< x< \frac{-3}{10}\)
\(\frac{-40}{10}< x< \frac{-3}{10}\)
\(\Rightarrow Z\in\left\{-4;-5;-6;-7;-8;-9;-10;...;-39\right\}\)
uses crt;
var st:string;
d,i,t,x,y,a,b:integer;
begin
clrscr;
readln(st);
d:=length(st);
for i:=1 to d do write(st[i]:4);
writeln;
t:=0;
for i:=1 to d do
begin
val(st[i],x,y);
t:=t+x;
end;
writeln(t);
val(st[d],a,b);
if (a mod 2=0) then write(1)
else write(-1);
readln;
end.
#include <bits/stdc++.h>
using namespace std;
long long a[1000],i,n,t,dem,t1;
int main()
{
cin>>n;
for (i=1; i<=n; i++) cin>>a[i];
t=0;
for (i=1; i<=n; i++) if (a[i]%2==0) t+=a[i];
cout<<t<<endl;
t1=0;
dem1=0;
for (i=1; i<=n; i++)
if (a[i]<0)
{
cout<<a[i]<<" ";
t1+=a[i];
dem1++;
}
cout<<endl;
cout<<fixed<<setprecision(1)<<(t1*1.0)/(dem1*1.0);
return 0;
}
#include <bits/stdc++.h>
using namespace std;
long long a,b;
//chuongtrinhcon
long long gcd(long long a,long long b)
{
if (b==0) return(a);
return gcd(b,a%b);
}
//chuongtrinhchinh
int main()
{
cin>>a>>b;
cout<<max(a,b)<<endl;
cout<<gcd(a,b)<<endl;
if ((a>0 && b>0) or (a<0 && b<0)) cout<<a/gcd(a,b)<<" "<<b/gcd(a,b);
else cout<<"-"<<-a/gcd(-a,b)<<" "<<b/gcd(-a,b);
return 0;
}
viết tầm 5 - 7 câu thôi.Bạn nào nhanh mik k đúng nhưng bạn đó hải viết đúng ngữ pháp và cũng ko cần quá hay,hay vừa thôi nhé
My favourite fictional character would be shinigami ryuk from the anime death note
Reason
Well he is a shinigami who gets bored by his monotonous job of taking souls of humans, so in order to have fun he decides to give his soul reaping powers to a human(light yagami). Through out the whole anime he always sk with the yagami as an ally( although he had made clear to him that he will be having his soul after latter dies) and helps him taking decisions.
Through out the anime, the viewer will never think of him as someone who is in control. He will always be thought of as a insignificant side kick. In the end, he is only one who has the ultimate power and viewer perspective towards him changes from a sidekick to a ringmaster. He takes the soul of yagami when the yagami does not stay true to his word and character.
Through out the series viewer will think that ryuk is an friend to the yagami. It's only in the end when the truth comes out that yagami was nothing more than a tool for ryuk to kill his boredom. Ryuk kills him the very moment he becomes inefficient and untrue to his character.
259 Views · View Upvoters
Lời giải:
PT $\Leftrightarrow (\frac{x+1}{2022}+1)+(\frac{x+2}{2021}+1)+...+(\frac{x+23}{2000}+1)=0$
$\Leftrightarrow \frac{x+2023}{2022}+\frac{x+2023}{2021}+...+\frac{x+2023}{2000}=0$
$\Leftrightarrow (x+2023)(\frac{1}{2022}+\frac{1}{2021}+...+\frac{1}{2000})=0$
Dễ thấy tổng trong () luôn dương
$\Rightarrow x+2023=0$
$\Leftrightarrow x=-2023$
-2,5 + |3x + 5| = -1,5
|3x + 5| = -1,5 + 2,5
|3x + 5| = 1
Với x -5/3 ta có:
3x + 5 = 1
3x = 1 - 5
3x = -4
x = -4/3 (nhận)
Với x < -5/3 ta có:
3x + 5 = -1
3x = -1 - 5
3x = -6
x = -6/3
x = -2 (nhận)
Vậy x = -2; x = -4/3