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.

\(6-\dfrac{11}{3}\cdot\dfrac{2}{7}-2\dfrac{1}{5}:\dfrac{2}{3}\)

\(=6-\dfrac{22}{21}-\dfrac{11}{5}\cdot\dfrac{3}{2}\)

\(=\dfrac{126}{21}-\dfrac{22}{21}-\dfrac{33}{10}\)

\(=\dfrac{104}{21}-\dfrac{33}{10}=\dfrac{1040-693}{210}=\dfrac{347}{210}\)

19 tháng 2

6−311⋅72−251:32

\(= 6 - \frac{22}{21} - \frac{11}{5} \cdot \frac{3}{2}\)

\(= \frac{126}{21} - \frac{22}{21} - \frac{33}{10}\)

\(= \frac{104}{21} - \frac{33}{10} = \frac{1040 - 693}{210} = \frac{347}{210}\)


21 tháng 3 2021

lệnh for...to...do:

a)program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  for i:=1 to 9 do s:=s+i;

  write(s);

readln;

end.

b)

program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  for i:=1 to 14 do

begin

if i mod 2=0 then

s:=s+i;

end;

  write(s);

readln;

end.

c)

program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  for i:=1 to 15 do

begin

if i mod 2=1 then

s:=s+i;

end;

  write(s);

readln;

end.

lệnh while...do

a)program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  i:=1;

while i<=9 do

begin

  s:=s+i;

i:=i+1;

end;

  write(s);

readln;

end.

b)program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  i:=1;

while i<=14 do

begin

if i mod 2=0 then

  s:=s+i

else i:=i+1;

end;

  write(s);

readln;

end.

c)

program tinh_tong;

uses crt;

var i,s:byte;

begin

  clrscr;

  s:=0;

  i:=1;

while i<=15 do

begin

if i mod 2=1 then

  s:=s+i

else i:=i+1;

end;

  write(s);

readln;

end.

28 tháng 6 2023
  1. Tính giá trị biểu thức:

a) (2/5 x 25/29) + (3/5 x 25/29)
= (50/145) + (75/145)
= 125/145

b) (5/2 x 3/7) - (3/14 : 6/7)
= 15/14 - (3/14 x 7/6)
= 15/14 - 1/2
= (30/28) - (14/28)
= 16/28
= 4/7

c) (15/4 : 5/12) - (6/5 : 11/15)
= (15/4 x 12/5) - (6/5 x 15/11)
= 180/20 - 90/55
= 9 - 18/11
= (99/11) - (18/11)
= 81/11
= 7 4/11

  1. Tính giá trị biểu thức:

a) (2/3) + (20/21 x 3/2 x 7/5)
= 2/3 + (60/210)
= 2/3 + 2/7
= (14/21) + (6/21)
= 20/21

b) (5/17 x 21/32 x 47/24 x 0)
= 0

c) (11/3 x 26/7) - (26/7 x 8/3)
= (286/21) - (208/21)
= 78/21
= 3 9/21
= 3 3/7

  1. Tìm x:

a) (25/8) : x = 5/16
=> (25/8) x (16/5) = x
=> 4 = x

b) x + (7/15) = 6/15
=> x = (6/15) - (7/15)
=> x = -1/15

c) x : (28/49) = 7/12
=> x x (49/28) = 7/12
=> x = (7/12) x (28/49)
=> x = 1/2

  1. Tìm x:

a) 6 x x = (5/8) : (3/4)
=> 6x = (5/8) x (4/3)
=> 6x = 20/24
=> 6x = 5/6
=> x = (5/6) / 6
=> x = 5/36

câu,b,không,đủ,thông,tin,nhan,bạn.

10 tháng 8 2021

Xóa nhanh đi ko CTV xóa giờ

10 tháng 8 2021

xóa j

20 tháng 4 2022

tách ra bn

20 tháng 4 2022

khó nhìn quá:V

7 tháng 6 2023

1/3+3/7+1/7*2+5/2*13+3/13*4+5/4*21

=1/3+3/7+1/14+5/26+3/52+5/84

=7/21+9/21+1/14+5/26+3/52+5/84

=16/21+1/14+5/26+3/52+5/84

=(16/21+1/14+5/84)+(5/26+3/52)

=(64/84+6/84+5/84)+(10/52+3/52)

=75/84+13/52

=25/28+1/4

=25/28+7/28

=32/28

=8/7

Câu 11: B

Câu 12: B

Câu 13: A

Câu 14: C

Câu 15: D

 

7290 câu b tẹo nữa tính tiếp