- 2
Un problema
Necesito resolver este problema y no se como. Si me pueden dar pistas estaría bueno: Necesitamos distribuir libros de texto de matemáticas e historia a los estudiantes. Hay dos secciones de clase: la primera sección tiene 18 alumnos, y la segunda tiene 19. El número total de libros disponibles para su distribución es de 76. Escribe un programa para calcular y producir cuántos libros quedarán después de que cada estudiante reciba ambos libros.
2 ответов
+ 1
OP's translate: A problem
I need to solve this problem and I don't know how. If you can give me clues, that would be nice: We need to distribute math and history textbooks to students. There are two class sections: the first section has 18 students, and the second has 19. The total number of books available for distribution is 76. Write a program to calculate and produce how many books will remain after each student has completed both books.
+ 1
y donde esta tu intento? pista: sume los estudiantes de ambas secciones y luego restelos por el número de libros
translate answer: and where's your attempt?
hint: add the students from both sections and then subtract it by number of books