
Tengo un problema al crear las hojas de tarea de matemáticas aquí. Lo que hice fue crear una única carpeta para la tarea de matemáticas cada día. Y hay tantas carpetas en una carpeta grande como puede ver en la imagen.
Quiero crear un texto principal para crear una única hoja de trabajo de matemáticas que incluya toda la tarea diaria de matemáticas. ¿Pero no sé cómo hacer eso? Puede alguien ayudarme con esto? Muchas gracias.
Y también estoy buscando algunos videos sobre el uso del paquete probsoln. ¿Alguien puede compartir los recursos conmigo?
Aprecio tu ayuda.
Atentamente
Johnny
El siguiente es el ejemplo mínimo trabajado:
En main.tex, probé
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\input{SL Homework 28-March 27/2020327 SL Homework 28.tex}
\end{document}
Pero no funcionó.
En una de las tareas diarias, utilicé:
\documentclass[11pt, addpoints]{exam}
\usepackage{amsmath,amsthm,amssymb, algorithm, algpseudocode, multicol,epstopdf,tikz}
\usepackage[right=0.6in, left=0.6in, top=1in,bottom=1.2in]{geometry}
\begin{document}
\begin{questions}
\question The length of time, in seconds, that it takes to transfer a photograph from a camera to a computer can be modelled by a normal distribution with mean 4.7 and variance $0.7225 .$ Find the probability that a photograph can be transferred in less than 3 seconds.
\begin{solutionordottedlines}[1.5in]
$0.0228.$
\end{solutionordottedlines}
\question Crates of tea should contain $200 \mathrm{kg}$, but it is known that 1 out of 45 crates, on average, is underweight.
A sample of 630 crates is selected at random.
\begin{enumerate}[(a)]
\item Find the probability that more than 12 but fewer than 17 crates are underweight.
\item Given that more than 12 but fewer than 17 crates are underweight, find the probability that more than 14 crates are underweight.
\end{enumerate}
\begin{solutionordottedlines}[1.5in]
$(a)\ 0.408,\quad (b)\ 0.483.$
\end{solutionordottedlines}
\end{questions}
\end{document}