tìm x -27+(-x)=-104
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.
My family is living in a countryside now. It's a land of sunshine and wind with thousands of the large paddy fields. In addiction, it's also peaceful and quiet. Here, people lives together very happily. Near my house there is some stores, my neighbors and META secondary school. I think everything here isn't as much as the city but people are very honest and simple. Sometimes look at outside my house, it is very beautiful. Especially from the window of my room, I can see around my neighborhood is all the most green of trees and flowers. Every morning, I usually get up early and look the sun rises. My neighbourhood is very interesting and I really like it.
I copied it from the internet, sorry.
#include <iostream>
#include <vector>
using namespace std;
vector<int> solve(int d) {
vector<int> res(2, 0);
int p = 1;
while (d > 0) {
int digit = d % 10;
d /= 10;
if (digit == 4) {
res[0] += p * 3;
res[1] += p;
} else {
res[0] += p * digit;
}
p *= 10;
}
return res;
}
int main() {
int d;
cin >> d;
vector<int> res = solve(d);
cout << res[0] << " " << res[1] << endl;
return 0;
}
- 27 + (- x) = -104
-27 -x = -104
Đổi dấu hết 2 vế
27 + x = 104
x = 104 - 27
x = 77
Mỗi quyển vở có giá:
96 000: 12 = 8 000 (đồng)
Mua 60 quyển vở hết:
8 000 x 60 = 480 000 (đồng)
Đ.số: 480 000 đồng
60 quyển vở gấp 12 quyển vở số lần là :
60 : 12 = 5 ( lần )
mua 60 quyển vở như thế hết số tiền là :
96000 x 5 = 480000 ( đồng )
đáp số : 480000 đồng
Xem mỗi lần lấy ra 1 chiếc của mỗi đôi
Ta cần lấy ra ít nhất 7 lần để chắc chắn có 2 chiếc tất cùng đôi
Trong tủ có tất cả số chiếc tất là: 6 x 2 = 12 (chiếc tất)
Trường hợp xấu nhất sẽ bốc phải 6 chiếc tất khác nhau, không có hai chiếc nào cùng một đôi.
Để chắc chắn có hai chiếc tất cùng một đôi thì cần bốc ít nhất số chiếc tất là:
6 + 1 = 7 (chiếc tất)
Đáp số: 7 chiếc tất
Số viên phấn lấy ra:
8 x 3 = 24 (viên)
24 viên phấn có thể làm đầy:
8-5=3(hộp phấn)
Mỗi hộp phấn đầy sẽ có:
24:3=8(viên phấn)
Đ.số: 8 viên phấn
kiến trúc sư hoặc chủ nhà
sai cho mk xin lỗi
đúng cho xin like nha
\(-27+\left(-x\right)=-104\\ -x=-104+27\\ -x=-77\\ Vậy:x=\dfrac{-77}{-1}=77\)
Vậy: x=77