Mọi người giúp em bài này với ạ. Em cảm ơn
căn x + căn x+3 = x+4
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.
đk: \(x\ge0\)
Ta có: \(\sqrt{x}+2\sqrt{x+3}=x+4\)
\(\Leftrightarrow\left(x+3\right)-2\sqrt{x+3}+1=\sqrt{x}-1\)
\(\Leftrightarrow\sqrt{\left(\sqrt{x-3}-1\right)^2}=\sqrt{x}-1\)
\(\Leftrightarrow\left|\sqrt{x-3}-1\right|=\sqrt{x}-1\)
\(\Leftrightarrow\orbr{\begin{cases}\sqrt{x-3}-1=\sqrt{x}-1\\\sqrt{x-3}-1=1-\sqrt{x}\end{cases}}\)
\(\Leftrightarrow\orbr{\begin{cases}\sqrt{x-3}=\sqrt{x}\left(ktm\right)\\\sqrt{x-3}+\sqrt{x}=2\end{cases}}\)
\(\Leftrightarrow x-3+x+2\sqrt{x\left(x-3\right)}=4\)
\(\Leftrightarrow2\sqrt{x^2-3x}=7-2x\)
\(\Leftrightarrow4\left(x^2-3x\right)=\left(7-2x\right)^2\)
\(\Leftrightarrow4x^2-12x=49-28x+4x^2\)
\(\Leftrightarrow16x=49\)
\(\Rightarrow x=\frac{49}{16}\)
Dạ 2 đề là 1 ạ tại em muốn ghi lại cho mọi người hiểu ạ
#include <bits/stdc++.h>
using namespace std;
long long n,i,s;
int main()
{
cin>>n;
if (n%2==0)
{
s=1;
for (i=1; i<=n; i++)
if (i%2==0) s=s*i;
cout<<s;
}
else
{
s=1;
for (i=1; i<=n; i++)
if (i%2==1) s=s*i;
cout<<s;
}
return 0;
}
Xin lỗi ạ. Tại không giỏi đánh máy. Vậy bỏ câu này đi ạ. Chị giải câu kia giúp e nhé
ĐK: \(x\le3\)
Đặt \(a=\sqrt{3-x}\left(a\ge0\right)\) \(\Leftrightarrow3-a^2=x\)
Pttt: \(x^3+\left(3-a^2\right)\left(1+a\right)=4a\)
\(\Leftrightarrow x^3-a^3-a^2-a+3=0\)
\(\Leftrightarrow x^3-a^3+\left(3-a^2\right)-a=0\)
\(\Leftrightarrow\left(x-a\right)\left(x^2+ax+a^2\right)+\left(x-a\right)=0\)
\(\Leftrightarrow x-a=0\) \(\Leftrightarrow x=a\) \(\Leftrightarrow x=\sqrt{3-x}\)
\(\Leftrightarrow\left\{{}\begin{matrix}x\ge0\\x^2=3-x\end{matrix}\right.\)\(\Leftrightarrow\left\{{}\begin{matrix}x\ge0\\x^2+x-3=0\end{matrix}\right.\)\(\Rightarrow x=\dfrac{-1+\sqrt{13}}{2}\)(thỏa)
Vậy...
=> 72 - 20x - 36x - 84 = 30x - 240 - 6x + 84
=> (72 - 84 ) - (20x + 36x ) = (30x - 6x ) - 240 + 84
=> -12 - 56x = 24x - 156
=> -12 + 156 = 24x + 56x
=> 144 = 80x
=> x = 144 : 80
=> x = 9/5
\(x^3-x^2y+3x-3y\)
\(=x^2\left(x-y\right)+3\left(x-y\right)\)
\(=\left(x-y\right)\left(x^2+3\right)\)
\(=x^2\left(x-y\right)+3\left(x-y\right)=\left(x^2+3\right)\left(x-y\right)\)
\(=\dfrac{\sqrt{x}+1}{\sqrt{x}\left(\sqrt{x}-1\right)}\cdot\dfrac{\left(\sqrt{x}-1\right)^2}{\sqrt{x}+1}=\dfrac{\sqrt{x}-1}{\sqrt{x}}\)
Ta có: \(\int\dfrac{xdx}{x^2+3}\)
Đặt \(u=x^2+3\left(u>0\right)\)
Có \(du=2xdx\)
\(\Rightarrow\int\dfrac{xdx}{x^2+3}=\)\(\int\dfrac{du}{2u}=\dfrac{1}{2}ln\left(u\right)=\dfrac{1}{2}ln\left(x^2+3\right)\)
ĐKXĐ:\(x>-3\)
\(\sqrt{x}+\sqrt{x+3}=x+4\)\(\Leftrightarrow x+x+3+2\sqrt{x}\sqrt{x+3}=\left(x+4\right)^2\)
\(\Leftrightarrow2x+3+2\sqrt{x^2+3x}=x^2+8x+16\)
\(\Leftrightarrow x^2+8x+16-2x-3-2\sqrt{x^2+3x}=0\)
\(\Leftrightarrow\left(x^2+3x-2\sqrt{x^2+3x}+1\right)+3x+12=0\)
\(\Leftrightarrow\left(\sqrt{x^2+3x}-1\right)^2+3\left(x+4\right)=0\)
Ta thấy:\(\hept{\begin{cases}\left(\sqrt{x^2+3x}-1\right)^2\ge0\\x>-3\Leftrightarrow3\left(x+4\right)>0\end{cases}}\)
\(\Rightarrow\left(\sqrt{x^2+3x}-1\right)^2+3\left(x+4\right)>0\)
\(\Leftrightarrow x\in\varnothing\)
Vậy phương trình vô nghiệm.