d) Assuming crop yield (in bushels) using fertilizer A, is distributed normally with a population mean yield of 570 bushels and population standard deviation of 40 bushels, then what is the probability that a randomly selected plot of land can yield more than 600 bushels?
e) Referring to part d, if a randomly selected plot of land is in the top 1 percent crop production, at least how much production should the land have?
| Fertilizer A | Fertilizer B | Fertilizer C |
| 563 | 588 | 575 |
| 593 | 624 | 593 |
| 542 | 576 | 564 |
| 649 | 672 | 653 |
| 565 | 583 | 556 |
| 587 | 612 | 590 |
| 595 | 617 | 607 |
| 429 | 446 | 423 |
| 500 | 515 | 483 |
| 610 | 641 | 626 |
| 524 | 547 | 523 |
| 559 | 586 | 568 |
| 546 | 582 | 551 |
| 503 | 530 | 502 |
| 550 | 573 | 567 |
| 492 | 518 | 495 |
| 497 | 529 | 513 |
| 619 | 643 | 626 |
| 473 | 497 | 479 |
| 533 | 556 | 540 |
d) Assuming crop yield (in bushels) using fertilizer A, is distributed normally with a population mean...
Using python Part 3c: Custom Number Range Make a copy of Part B and update it so that the user can choose to examine a specific range of numbers for prime numbers. Here's a sample running of your program: Start number: 5 End number: -5 Start and end must be positive Start number: 5 End number: 3 End number must be greater than start number Start number: 5 End number: 23 5 7 11 13 17 19 23 Part 3d:...
Implement a method that uses insertion sort to sort numbers. Use the numbers provided in files (100.txt, 1000.txt, 5000.txt, 50000.txt, 100000.txt and 500000.txt) as input. Measure the time taken to sort these numbers (do not include the file IO time). Plot the time taken to sort the numbers [Programming, 35 points] .Files to submit. A report that briefly talks about your solution to each of the problem (the explanation should not exceed more than half pages each). Seperate file for...
Create a program that will use the attached input file and perform the following operations. Read the file into an appropriate JCF data structure. Look up a (list of) names and numbers matching a last name or the first letters of a last name, ignoring case. Look up a (list of) names and numbers matching a number or the first digits of a number. Add a name and number to the list. Sort the list by first name, last name...
The O-So-Tasty Chocolate Company produces different types of chocolates daily. They need a little summary report that shows how much of each chocolate type they produce for a given month. This way they can plan next month’s production schedule. They record each day’s production for each chocolate type in a file named Chocolates. I will put the file out on Blackboard under Assignments.. The data indicates the batches of chocolates made each day and is describes as the type of...