Quiz interactif généré par IA à partir du document : irb sfax 2018.pdf
Question 1 sur 10 20:00
[{"id":36780,"question":"Quelle est la dérivée de la fonction f(x) = 3x² + 2x - 5 ?","option_a":"A) 6x + 2","option_b":"B) 3x + 2","option_c":"C) 6x² + 2","option_d":"D) 3x² + 2","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée d'une fonction polynôme se calcule terme par terme. La dérivée de 3x² est 6x, celle de 2x est 2, et celle de -5 est 0. Donc f'(x) = 6x + 2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A) 6x + 2\", \"b\": \"B) 3x + 2\", \"c\": \"C) 6x² + 2\", \"d\": \"D) 3x² +","_debug_options_count":4},{"id":36781,"question":"La suite définie par uₙ = 2n + 1 est-elle arithmétique ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"Une suite est arithmétique si la différence entre deux termes consécutifs est constante. Ici, uₙ₊₁ - uₙ = 2(n+1) + 1 - (2n + 1) = 2, donc la suite est arithmétique de raison 2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":36782,"question":"Quelle est la solution de l'équation 2x² - 5x + 2 = 0 ?","option_a":"A) x = 1 et x = 2","option_b":"B) x = 0.5 et x = 2","option_c":"C) x = -1 et x = -2","option_d":"D) x = 1 et x = -2","option_e":"","option_f":"","bonne_reponse":"b","explication":"En utilisant la formule du discriminant Δ = b² - 4ac, on trouve Δ = 25 - 16 = 9. Les solutions sont x = (5 ± 3)\/4, soit x = 2 et x = 0.5.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) x = 1 et x = 2\", \"b\": \"B) x = 0.5 et x = 2\", \"c\": \"C) x = -1 e","_debug_options_count":4},{"id":36783,"question":"Dans une expérience aléatoire, la probabilité d'un événement A est P(A) = 0.3. Quelle est la probabilité de l'événement contraire ?","option_a":"A) 0.3","option_b":"B) 0.7","option_c":"C) 0.5","option_d":"D) 1","option_e":"","option_f":"","bonne_reponse":"b","explication":"La probabilité de l'événement contraire est P(Ā) = 1 - P(A) = 1 - 0.3 = 0.7.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) 0.3\", \"b\": \"B) 0.7\", \"c\": \"C) 0.5\", \"d\": \"D) 1\"}}","_debug_options_count":4},{"id":36784,"question":"Le produit de deux matrices carrées est toujours commutatif.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"Le produit de matrices n'est pas commutatif en général. Par exemple, pour deux matrices A et B, AB ≠ BA dans la plupart des cas.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":36785,"question":"Quelle est la limite de la fonction f(x) = (3x² + 2x) \/ (x² + 1) lorsque x tend vers l'infini ?","option_a":"A) 0","option_b":"B) 1","option_c":"C) 3","option_d":"D) +∞","option_e":"","option_f":"","bonne_reponse":"c","explication":"Pour trouver la limite à l'infini, on divise le numérateur et le dénominateur par x². On obtient (3 + 2\/x) \/ (1 + 1\/x²), dont la limite est 3\/1 = 3.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"c\", \"options\": {\"a\": \"A) 0\", \"b\": \"B) 1\", \"c\": \"C) 3\", \"d\": \"D) +∞\"}}","_debug_options_count":4},{"id":36786,"question":"Soit une variable aléatoire X suivant une loi normale N(μ, σ²). Que vaut P(X ≤ μ) ?","option_a":"A) 0.25","option_b":"B) 0.5","option_c":"C) 0.75","option_d":"D) 1","option_e":"","option_f":"","bonne_reponse":"b","explication":"Dans une loi normale, la moyenne μ est aussi le centre de symétrie de la courbe. Donc P(X ≤ μ) = 0.5.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) 0.25\", \"b\": \"B) 0.5\", \"c\": \"C) 0.75\", \"d\": \"D) 1\"}}","_debug_options_count":4},{"id":36787,"question":"La fonction f(x) = e^(2x) est-elle une solution de l'équation différentielle y' = 2y ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée de f(x) = e^(2x) est f'(x) = 2e^(2x) = 2f(x). Donc f(x) est bien une solution de y' = 2y.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":36788,"question":"Quel est le déterminant de la matrice A = [[2, 1], [3, 4]] ?","option_a":"A) 5","option_b":"B) 6","option_c":"C) 8","option_d":"D) 11","option_e":"","option_f":"","bonne_reponse":"b","explication":"Le déterminant d'une matrice 2x2 [[a, b], [c, d]] est ad - bc. Ici, 2*4 - 1*3 = 8 - 3 = 5.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) 5\", \"b\": \"B) 6\", \"c\": \"C) 8\", \"d\": \"D) 11\"}}","_debug_options_count":4},{"id":36789,"question":"Soit une suite géométrique de premier terme u₀ = 4 et de raison q = 2. Quelle est la valeur de u₃ ?","option_a":"A) 8","option_b":"B) 16","option_c":"C) 32","option_d":"D) 64","option_e":"","option_f":"","bonne_reponse":"c","explication":"La formule d'une suite géométrique est uₙ = u₀ * qⁿ. Donc u₃ = 4 * 2³ = 4 * 8 = 32.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"c\", \"options\": {\"a\": \"A) 8\", \"b\": \"B) 16\", \"c\": \"C) 32\", \"d\": \"D) 64\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.