Sao bài cô giáo của em lm r mà sao nó ko cập nhật điểm v ạ?
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.


Ta có:
`(3n+1)/(n-1)`
`=((3n-3)+4)/(n-1)`
`=(3(n-1)+4)/(n-1)`
`=3+4/(n-1)`
Để `(3n+1)/(n-1)` nguyên thì `4/(n-1)` nguyên
`=>4` chia hết cho `n-1`
`=>n-1∈Ư(4)={1;-1;2;-2;4;-4}`
`=>n∈{2;0;3;-1;5;-3}`

1 the email that was sent to me contained important information
2 she bought a video game that was fantastic
3 i met a girl who has a great sense of humor
4 this is the app that helps you learn languages
5 we visited a museum that had an exhibition about communication
6 he bought a smartphone that can take high-quality photos
7 a tablet is a device that you can use for work and entertainment
8 the teacher gave us a lesson that was about body language
9the boy who was playing chess is my brother
10 the trunk that belongs to an elephant is very strong
1 The email which was sent to me contained important information
2 She bought a video game which was fantastic
3 I met a girl who has a great sense of humor
4 This is the app which helps you learn languages
5 We visited a museum which had an exhibition about communication

Thế chiến III (WWIII hoặc WW3), còn được gọi là Thế chiến thứ ba, là một cuộc xung đột toàn cầu trong tương lai giả định sau Thế chiến thứ nhất (1914–1918) và Thế chiến thứ hai (1939–1945).

2 + 7 +100 + 2 222
= (1 + 7 + 1 222) + (100 + 1)
= (8 + 1222) + 101
= 1230 + 101
= 1331

Mình đặt A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], bạn tham khảo nhé
1) Python:
def in_so_chan(A): so_chan = [x for x in A if x % 2 == 0] print("Các số chẵn:", so_chan) A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] in_so_chan(A)
2) Java import java.util.Arrays; import java.util.List; public class InSoChan { public static void inSoChan(List<Integer> A) { System.out.print("Các số chẵn: "); for (int x : A) { if (x % 2 == 0) { System.out.print(x + " "); } } System.out.println(); } public static void main(String[] args) { List<Integer> A = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); inSoChan(A); } }
3) C++
#include <iostream> #include <vector> using namespace std; void inSoChan(const vector<int>& A) { cout << "Các số chẵn: "; for (int x : A) { if (x % 2 == 0) { cout << x << " "; } } cout << endl; } int main() { vector<int> A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; inSoChan(A); return 0; }

Olm chào em, em có thể xem lại trong phần học bạ của tôi em nhé.
Cảm ơn em đã đồng hành cùng Olm. Chúc em học tập hiệu quả và vui vẻ cùng Olm. Em nhé.