Tính giá trị biểu thức
158x81/4,5x2x18
Dấu "/" Phân tách tử số và mẫu số
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.
\(a)\frac{41,5\times7,2\times48}{07,2}=1992\)
\(b)47,5\times8\times47,5\times4-95\)
\(=72200-95=72105\)
\(c)\frac{158\times81}{4,5\times2\times18}=\frac{79\times18}{18}=79\)
Bài 1:
Gọi phân số tối giản cần tìm là $\frac{a}{b}$. Theo bài ra ta có:
$\frac{a+b}{b}=7\times \frac{a}{b}$
$\frac{a}{b}+1=7\times \frac{a}{b}$
$1=7\times \frac{a}{b}-\frac{a}{b}=6\times \frac{a}{b}$
$\frac{a}{b}=1:6=\frac{1}{6}$
Vậy phân số phải tìm là $\frac{1}{6}$
a. A= 101 x 50
B = 50 x 49 + 53 x 50
= 50 x (49 + 53)
= 50 x 102
Vì 50 = 50 và 101 < 102 Nên A < B.
b. Đảo ngược mỗi phân số đã cho
Viết 13 27 đảo ngược thành 27 13
Viết 7 15 đảo ngược thành 15 7
So sánh 27 13 và 15 7
Ta có: 27 13 = 2 1 13 và 15 7 = 2 1 7
Vì 1 13 < 1 7 nên 2 1 13 < 2 1 7
Do đó 27 13 < 15 7
Vì 27 13 < 15 7 nên 13 27 > 7 15
Theo đề, ta có: \(\dfrac{a+14}{a+26}=\dfrac{10}{15}=\dfrac{2}{3}\)
=>3a+42=2a+52
=>a=10
=>A=5+2=7
A = 101 x 50
B = 50 x 49 + 53 x 50 = 50 x (49+53) = 50 x 102
Có 101<102 => 50 x 101 < 50 x 102
=> A<B
uses crt;
var a,b,x,y:integer;
//chuongtrinhcon
function ucln(var a,b:integer):integer;
var r:integer;
begin
while b>0 do
begin
r:=a mod b;
a:=b;
b:=r;
end;
ucln:=a;
end;
//chuongtrinhchinh
begin
clrscr;
readln(a,b);
x:=a;
y:=b;
if (x>0) and (y>0) then writeln(x div ucln(a,b),' ',y div ucln(a,b));
if (x<0) and (y<0) then
begin
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x<0) and (y>0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x>0) and (y<0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
readln;
end.
uses crt;
var a,b,x,y:integer;
//chuongtrinhcon
function ucln(var a,b:integer):integer;
var r:integer;
begin
while b>0 do
begin
r:=a mod b;
a:=b;
b:=r;
end;
ucln:=a;
end;
//chuongtrinhchinh
begin
clrscr;
readln(a,b);
x:=a;
y:=b;
if (x>0) and (y>0) then writeln(x div ucln(a,b),' ',y div ucln(a,b));
if (x<0) and (y<0) then
begin
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x<0) and (y>0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x>0) and (y<0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
readln;
end.
uses crt;
var a,b,x,y:integer;
//chuongtrinhcon
function ucln(var a,b:integer):integer;
var r:integer;
begin
while b>0 do
begin
r:=a mod b;
a:=b;
b:=r;
end;
ucln:=a;
end;
//chuongtrinhchinh
begin
clrscr;
readln(a,b);
x:=a;
y:=b;
if (x>0) and (y>0) then writeln(x div ucln(a,b),' ',y div ucln(a,b));
if (x<0) and (y<0) then
begin
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x<0) and (y>0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
if (x>0) and (y<0) then
begin
write('-');
x:=abs(x);
y:=abs(y);
a:=abs(a);
b:=abs(b);
writeln(x div ucln(a,b),' ',y div ucln(a,b));
end;
readln;
end.
\(\dfrac{158\times81}{4,5\times2\times18}\)
= \(\dfrac{79\times2\times9\times9}{0,5\times9\times2\times2\times9}\)
= \(\dfrac{79}{0,5\times2}\)
= \(\dfrac{79}{1}\)
= 1