A test with 20 questions was applied to 300 people. We know that 8 questions had at least 100 hits and the rest at least 200 hits. Prove that some student got at least 11 questions right.
How can i prove this discrete math challenge?
120 views Asked by Duviduvish At
1
There are 1 answers
Related Questions in DISCRETE-MATHEMATICS
- Sequences - Find the next term in the sequence
- Is my logic correct? A bit string of n with more 0s than 1s
- Binary Tree Propositional Calculator in C language
- NDSolve fails to solve partial differential equation
- Prove that (p → q) → ((r ∨ p) → (r ∨ q)) is a tautology without using truth table
- How can I add one stop point to the distance between two cities in the Dijkstra algorithm?
- How to distribute files among dirs to have an equal quantity in each set and no initial files remain in any set?
- Some confusion regarding the Binary tree Property about the Number of external nodes = Number of Internal Node + 1
- Solving numerically a second order ODE with Maple
- (MATLAB) ALL integer positive solutions for a linear equation
- What's wrong with my bron-kerbosch-algorithm
- When will these functions be different?
- How to resolve Horn clause-like tag implications with Django and Postgres database
- Propositional Logic in Prolog - Incorrect Representations
- Dynamic programming with memoization on the rob house problem
Related Questions in DISCRETE
- Aggregate discrete frequency table in smaller table with fewer intervals
- Is my logic correct? A bit string of n with more 0s than 1s
- Calculate exponential complex sum with fft instead of summation to simulate diffraction?
- Extrapolate 2d discrete data
- Prove that (p → q) → ((r ∨ p) → (r ∨ q)) is a tautology without using truth table
- Estimating the Expected Value in R
- Why substeps affect the speed of movement on a simple verlet physics simulation?
- How to use named plotly qualitative color palette for traces in layout colorway with javascript
- Error: Discrete value supplied to a continuous scale
- how to combine discrete and continuous features in hmmlearn?
- Categorical raster not displaying properly when using MoveVis package
- Question about transition matrix Q in D3PM diffusion model for discrete state space
- SYCL GPU device query - Is the GPU device is discrete or integtated?
- How to change the order and size of the labels in R?
- Creating a Folium Map Using Non-numerical data using discrete color
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
OK assume exactly 8 questions got 100 hits and the remaining 12 got exactly 200 hits. That means there were exactly 8 * 100 + 12 * 200 = 800 + 2400 = 3200 hits. If no student had at least 11 questions right, then the most any student could have got right is 10. If 300 students each got 10 answers right, that's just 3000 hits. But we know there were at least 3200 hits. Therefore, it can't be that there's no student with at least 11 hits; some student must have at least that many.