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.

20 tháng 12 2019
https://i.imgur.com/wUyT8n3.jpg
20 tháng 12 2019
https://i.imgur.com/2kW03we.jpg

Câu 2:

\(\left\{{}\begin{matrix}u_1+u_5-u_3=10\\u_1+u_6=17\end{matrix}\right.\)

=>\(\left\{{}\begin{matrix}u_1+u_1+4d-u_1-2d=10\\u_1+u_1+5d=17\end{matrix}\right.\)

=>\(\left\{{}\begin{matrix}u_1+2d=10\\2u_1+5d=17\end{matrix}\right.\)

=>\(\left\{{}\begin{matrix}2u_1+4d=20\\2u_1+5d=17\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}2u_1+4d-2u_1-5d=20-17\\2u_1+5d=17\end{matrix}\right.\)

=>\(\left\{{}\begin{matrix}-d=3\\2u_1+5d=17\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}d=-3\\2u_1=17-5d=17+5\cdot3=32\end{matrix}\right.\)

=>\(\left\{{}\begin{matrix}u_1=16\\d=-3\end{matrix}\right.\)

Câu 1:

Để a,b,c lập thành cấp số cộng thì

\(\left[{}\begin{matrix}a+c=2b\\a+b=2c\\b+c=2a\end{matrix}\right.\)

=>\(\left[{}\begin{matrix}x+1+x^2-1=2\cdot\left(3x-2\right)\\x+1+3x-2=2\left(x^2-1\right)\\x^2-1+3x-2=2\left(x+1\right)\end{matrix}\right.\)

=>\(\left[{}\begin{matrix}x^2+x-6x+4=0\\2x^2-2=4x-1\\x^2+3x-3-2x-2=0\end{matrix}\right.\)

=>\(\left[{}\begin{matrix}x^2-5x+4=0\\2x^2-4x-1=0\\x^2+x-5=0\end{matrix}\right.\)

=>\(\left[{}\begin{matrix}\left(x-1\right)\left(x-4\right)=0\\2x^2-4x-1=0\\x^2+x-5=0\end{matrix}\right.\Leftrightarrow\left[{}\begin{matrix}x\in\left\{1;4\right\}\\x\in\left\{\dfrac{2+\sqrt{6}}{2};\dfrac{2-\sqrt{6}}{2}\right\}\\x\in\left\{\dfrac{-1+\sqrt{21}}{2};\dfrac{-1-\sqrt{21}}{2}\right\}\end{matrix}\right.\)

1: Để đây là cấp số cộng thì

\(\left\{{}\begin{matrix}x=\dfrac{2+8}{2}=\dfrac{10}{2}=5\\8=\dfrac{y+x}{2}\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}x=5\\y+5=16\end{matrix}\right.\)

=>x=5 và y=11

2: Để bốn số này là cấp số cộng thì

\(\left\{{}\begin{matrix}a+b+1=2\cdot5=10\\b+1=\dfrac{5+13}{2}=9\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}b=8\\a=1\end{matrix}\right.\)

1: Để a;2a+1;5a-2 lập thành cấp số cộng thì

\(\left[{}\begin{matrix}a=2\left(2a+1+5a-2\right)\\2a+1=2\left(a+5a-2\right)\\5a-2=2\left(a+2a+1\right)\end{matrix}\right.\Leftrightarrow\left[{}\begin{matrix}2\left(7a-1\right)=a\\2\left(6a-2\right)=2a+1\\5a-2=2\left(3a+1\right)\end{matrix}\right.\)

=>\(\left[{}\begin{matrix}14a-2=a\\12a-4-2a-1=0\\5a-2-6a-2=0\end{matrix}\right.\Leftrightarrow\left[{}\begin{matrix}a=\dfrac{2}{13}\\a=\dfrac{5}{12}\\a=-4\end{matrix}\right.\)

2:
Để ba số này lập thành cấp số cộng thì 

\(\left[{}\begin{matrix}2b-1=2\left(2b+2-b\right)\\2b=2\left(2b-1+2-b\right)\\2-b=2\left(2b-1+2b\right)\end{matrix}\right.\Leftrightarrow\left[{}\begin{matrix}2b-1=2\left(b+2\right)\left(loại\right)\\2b=2\left(b+1\right)\left(loại\right)\\2-b=2\left(4b-1\right)\end{matrix}\right.\)

=>8b-2=2-b

=>9b=4

=>b=4/9

13 tháng 1 2017

Chọn B.

Ta có a; b; c  theo thứ tự lập thành cấp số cộng khi và chỉ khi a + c = 2b

Suy ra -2( b + c) = -2.2a hay -2b + (-2c) = 2.(-2a)

-2a; -2b; -2c lập thành một cấp số cộng.

8 tháng 7 2019

16 tháng 10 2021

#include <bits/stdc++.h>

using namespace std;

long long a,b,c;

bool kt;

int main()

{

cin>>a>>b>>c;

kt=false;

if (a==(b+c)/2) kt=true;

if (b==(a+c)/2) kt=true;

if (c==(b+a)/2) kt=true;

if (kt==false) cout<<"Khong lap duoc";

else cout<<"Lap duoc";

return 0;

}

11 tháng 3 2018

Đáp án đúng : C

QT
Quoc Tran Anh Le
Giáo viên
22 tháng 9 2023

Ba số \(\frac{2}{{b - a}},\frac{1}{b},\frac{2}{{b - c}}\) theo thứ tự lập thành cấp số cộng nên ta có:

\(\begin{array}{l}\frac{2}{{b - a}} + \frac{2}{{b - c}} = 2.\frac{1}{b} \Leftrightarrow \frac{1}{{b - a}} + \frac{1}{{b - c}} = \frac{1}{b} \Leftrightarrow \frac{{\left( {b - c} \right) + \left( {b - a} \right)}}{{\left( {b - a} \right)\left( {b - c} \right)}} = \frac{1}{b}\\ \Leftrightarrow \frac{{b - c + b - {\rm{a}}}}{{{b^2} - ab - bc + ac}} = \frac{1}{b} \Leftrightarrow \frac{{2b - c - {\rm{a}}}}{{{b^2} - ab - bc + ac}} = \frac{1}{b} \Leftrightarrow b\left( {2b - c - {\rm{a}}} \right) = {b^2} - ab - bc + ac\\ \Leftrightarrow 2{b^2} - bc - {\rm{ab}} = {b^2} - ab - bc + ac \Leftrightarrow {b^2} = {\rm{a}}c\end{array}\).

Vậy ba số \(a,b,c\) theo thứ tự lập thành cấp số nhân.