Warning! It seems that you are using Dodona within another webpage, so not everything may work properly. Let your teacher know so that he can solve the problem by adjusting a setting in the learning environment. In the meantime, you can click this link to open Dodona in a new window.
Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Exercise - 5.4: Trappist Beer Quality Control
Sign in to test your solution.
# Gegeven: μ = 33, σ = 2
# INSTRUCTIE: Bereken handmatig alle stappen met de formules uit de beschrijving
# Gebruik de standaardnormale tabel om de waarschijnlijkheden op te zoeken
# LET OP: Geef percentages als getallen ZONDER %-teken!
# Rond beide eindpercentages af op 2 decimalen.
# a. Kans dat inhoud tussen 32cl en 34cl ligt
# Bereken handmatig alle stappen en voer alleen het eindpercentage in
vraag_a <- # Eindantwoord als percentage
# b. Kans dat inhoud hoger dan 35cl is
# Bereken handmatig alle stappen en voer alleen het eindpercentage in
vraag_b <- # Eindantwoord als percentage