Home Answers Viewqa Java-Beginners Probability Vs. Number of people table

 
 


Abhishek Sisodia
Probability Vs. Number of people table
0 Answer(s)      3 years and 3 months ago
Posted in : Java Beginners

The probability that at least two people in the group of 5 people will have the same birthday is:
1 - 365/365 x 364/365 x 363/365 x 362/365 x 361/365 = 0.027, which is
1 - (365 - 0)*(365 - 1)*(365 - 2)*(365 - 3)*(365 - 4) / 365^5 = 0.027

The probability that at least two people in the group of 10 people will have the same birthday is:
1 - 365/365 x 364/365 x 363/365 x 362/365 x 361/365 x 360/365 x 359/365 x 358/365 x 357/365 x 356/365 = 0.12, which is
1 - (365 - 0)*(365 - 1)*(365 - 2)*(365 - 3)*(365 - 4) )*(365 - 5)*(365 - 6)*(365 - 7)*(365 - 8)*(365 - 9)/ 365^10 = 0.12

So you can see that the probability is growing as the number of people in the group increases. We can say that for a group of 365 people the probability that at least two people will have the same birthday is 1.0 or 100%.

Using loops we need to create a program that will show the table: probability vs. number of people.
The table will display the minimum number of people that would be required so that the probability of at least two people in a randomly chosen group having the same birthday is at least 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0.
View Answers









Related Pages:
Probability Vs. Number of people table - Java Beginners
Probability Vs. Number of people table  The probability that at least... loops we need to create a program that will show the table: probability vs. number... So you can see that the probability is growing as the number of people
probability
probability  string cut = "ahlllaaaa"; i want to get p(a) = 5/9 p(h) = 1/9 p(l) = 3/9 how can i do that ??????????????????????   Hello Friend, Try the following code: class Probability{ static int count(char c
SEO Vs. PPC Advertising,Organic SEO vs. PPC Advertising,SEO Versus PPC Search Engine Advertising
SEO Vs. PPC Advertising      ... and web promotions. What is PPC? People visits the search engines to find... will be charging you on the basis of number of clicks on your ads. This way of purchasing
java vs vb
java vs vb  history of java and advanced products as well as vb? compared with java and vb? finalize list out the table of java and vb products? viewers i want more soon
Article Marketing ? Time-Sensitive vs. Timeless Information
Article Marketing ? Time-Sensitive vs. Timeless Information... within a number of websites. Depending on your article's initial marketing... amounts of time for striking big. Hence, the reward vs. effort ratio gets
java vs vb
history of java  history of java and advanced products as well as vb? compared with java and vb? finalize list out the table of java and vb products? viewers i want more soon
Servlet vs Class - Java Beginners
Servlet vs Class  I have worked on lot of projects and written number of classes myself. I have never started a project myself. Now I am assigned a task of starting a project. Could you please guide me if to start a project using
table?
table?  Hi, how could i make a table in javascript, which would look like this: AA CODON Number /1000 Fraction .. (this row... can't figure out, how to construct a table,with two fixed columns, one that reads
need someone do it for me plz..people
an item using the number (1,2,or 3) that corresponds to the item, or to enter 0... respond to this prompt with another item number to order or 0 to quit.if the user
Table
Table  Why u dont understand sir?? I want to make a table program which generate a table on showMessageDialog. I have learnt these methods until now... methods to be used. Write a table program which use only and only these above methods
Table
Table  How i create table on showMessageDialog using JOptionpane and Integer.parseInt. No other method to use. Pl make a program which generate 5X1...("Enter number: "); String st=br.readLine(); int n=Integer.parseInt(st
Write a query to find the total number of rows in a table
Write a query to find the total number of rows in a table  Write a query to find the total number of rows in a table?   Hi, Here is the answer, we can find the total number of rows in a table using following query
servlet code for finding the table for given number
for finding the table for given number?   Here is a an example that accepts a number from the user and display its multiplication table using servlet. 1...="../TableServlet"> <table> <tr><td>Enter a number to find its table:<
Writing Articles for People and Search Engines
Writing Articles for People and Search Engines Are you confused about... by making use of pronouns as less number of times as possible. There is one more... an excellent system to people for finding information on the web. Modified –
Preparing table of a number by using loop
Preparing table of a number by using loop   ... of preparing the table of a given number by using loop condition. As we know the loop...; Here we will take a number a=25 of which we have to prepare a table. Define
Google Android G1 vs Apple iPhone 3G
Google Android G1 vs Apple iPhone 3G   ... browsing and multimedia. T-Mobile G1 vs iPhone 3G Design Comparison: For some people design and looks are all that matter when they shop for a phone, hence
Mysql Add Column Number
; Mysql Add Column Number is used to add the column to the existing table... Column Number'.To understand and grasp this example we create a table 'Stu... add Class number(10); Stu table Id Name
SQLite Table
SQLite Table  how to create a table in sqlite xcode with a fix number of items
Multiplication table
Design and develop Multiplication table in Net beans  Design and develop a program that will print a multiplication table. The program should: Ask the user for ending number than it must Display that particular multiplication
Multiplication table
for ending number than Display that particular multiplication table   ...(String args[]) { int n; System.out.print("Enter the number whose table...Multiplication table Net Beans  Using Net beans Design and develop
Multiplication table
number than Display that particular multiplication table   import...[]) { int n; System.out.print("Enter the number whose table is to be displayed
Hash table
() which returns the number of strings in the table. ïâ??· A hash method...Hash table  Hi guys.. I have question about hash table How to implement a hash table of English words? with these methods ïâ??· A method put(s
websphere vs weblogic
websphere vs weblogic  websphere vs weblogic Why you are using websphere instead of weblogic
Java get number of rows in resultset
to retrieve the number of rows from the database table. As you know that the data... is: Now, in order to retrieve the number of rows from the database table, you need... Java get number of rows in resultset  
encapsulation vs abstraction
encapsulation vs abstraction  what is the difference between encapsulation and abstraction
oracle vs sql
oracle vs sql  what is the difference between oracle and sql
Convert Number to Roman Number Using Java
Java Convert Number to Roman Numerals In this section, you will learn how to convert the number to roman number.  To do this, we have created a class... and the method convertIntegerToRoman(int n) convert the specified number into roman
what is the differnce between the number format and string format when creatign the table in oracle - JDBC
what is the differnce between the number format and string format when creatign the table in oracle   Hi what is the differnce between the number format and string format when creatign the table in oracle. if i enter
PHP SQL Number of Rows
PHP SQL Number of Rows       This example illustrates how to count the rows of the table. To understand how to count the number of rows in a table, we have created a sql_num_rows.php
Interface vs abstract class
Interface vs abstract class  Hai, Is there any possible to defining abstract methods in Interface
JETM vs Jprofiler
JETM vs Jprofiler  Can anyone explain the difference between Java Execution Time Measurement(JETM) and Jprofiler
compiler vs interpreter
compiler vs interpreter  "compiled program executes faster especially if the program contains loop" Why
Getting Number of Rows
the number of rows in the particular database table without touching our database. As we... on the browser. To get the number of rows from the database table there is a need... the number of rows from the database table inside the executeQuery() method
Getting Number of Columns
on the browser. To get the number of columns from the database table there is a need... interface. The number of columns in the databasd table will be retrieved... Getting Number of Columns      
ejb vs hibernate - EJB
ejb vs hibernate  1>>> If we have ejb entity bean why we need hibernate? 2>>> Is hibernate distributed
ejbSelect() vs ejbHome() - EJB
ejbSelect vs ejbHome  Hi, 1) What are the differences between ejbSelect() and ejbHome...() business methods in CMP bean? 2) In Ed Romans Mastering EJB 3rd edition, it is mentioned that ejb finder methods
Derby vs MySQL - SQL
Derby vs MySQL  Hi, I want to know what are the advantages using Derby Database over MySQL.  http://www.roseindia.net/eclipse/plugins/database/index.shtml
inheritence Vs inheritence
inheritence Vs inheritence  what are difference b/w c++ inheritence and java inheritence   Hi Friend, C++ supports Multiple Inheritance while Java does not. Thanks
Mysql Phone Number Format
the right as tel_number as fieldname from table phone_format... Mysql Phone Number Format       Mysql Phone Number Format is useful when you want to return
portability vs platform independent
portability vs platform independent  sir, pls tell me 1.the differences between platform independent and portability related to java technology 2.how java provides security 3.how can i prove servlet is a single instance
Table Maintenance Statements
the minimum number of table files required to restore the table to the backup directory... Table Maintenance Statements       In this section we are covering the topics like ANALYZE TABLE
Data types in a table
in a table?   hello,, These are the data types in table:- VARCHAR2, CHAR, NUMBER, RAW, DATE, LONG and LONG RAW.   hello,, These are the data types in table:- VARCHAR2, CHAR, NUMBER, RAW, DATE, LONG and LONG RAW
java vs .net - Java Beginners
java vs .net  which language is powerful now java or .net
PHP vs J2EE, PHP vs JAVA
PHP Vs Java Those who think that java scales and PHP not is wrong, PHP it needs someone to explain the truth that it does scale. Those who is open minded... scalability. Scalability Scalability can be measured in number of different aspect
doGet() Vs doPost()
doGet() Vs doPost()  plz explain the differences between both of these methods used in a servlet. also give an example of both the methods. thanks.   A doGet() method is limited with 2k of data to be sent, and doPost
Convert String to Number
Convert String to Number       In this section, we will learn how to convert String to Number... to Number. Code Description: In this program we have taken a String of int, byte
Order of list in java Vs Haskell.
Order of list in java Vs Haskell.  How to order of [1,2,3] to [1,2,3,2,1]in java
JDBC vs ORM
JDBC vs ORM      ...;= rs.getString( "TABLE_NAME" );    System.out.println(table);    con.close();    }   
Php Sql Number of Rows
Php Sql Number of Rows  This example illustrates how to count the rows of the table. As per the previous example we create a php page to find the number of rows of the table. To find the number of the rows we use the mysql_num_rows
Linux Vs. Windows
Linux Vs. Windows       ..., no doubt, intended). Cost If we compare Linux Vs. Windows in terms of ... a single copy of Linux can be used infinite number of times for installing

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.