Question

In: Statistics and Probability

The number 73 is written as a sum of three natural numbers 73=a+b+c (the triple (a,b,c)...

The number 73 is written as a sum of three natural numbers

73=a+b+c

(the triple (a,b,c) is ordered; e.g., the decompositions 73=19+20+34 and 73=20+34+19 are different.
Also, assume that all the decompositions have equal probability.)
Given that there exists a triangle with sides a, b, and c, what is the probability that this triangle is isosceles?

Solutions

Expert Solution


Related Solutions

The number 81 is written as a sum of three natural numbers 81 = a +...
The number 81 is written as a sum of three natural numbers 81 = a + b + c (the triple (a,b,c) is ordered; e.g., the decompositions 81 = 1 + 1 + 79 and 81 = 1 + 79 + 1 are different. Also, assume that all the decompositions have equal probability.) What is the probability that there exists a triangle with sides a, b, and c? (PLEASE EXPLAIN THE STEPS AND WHY YOU KNOW TO DO STEPS, THANKS)
Three positive integers (a, b, c) with a<b<c are called a Pythagorean triple if the sum...
Three positive integers (a, b, c) with a<b<c are called a Pythagorean triple if the sum of the square of a and the square of b is equal to the square of c. Write a program that prints all Pythagorean triples (one in a line) with a, b, and c all smaller than 1000, as well the total number of such triples in the end. Arrays are not allowed to appear in your code. Hint: user nested loops (Can you...
A triangular number is the sum of the n natural numbers from 1 to n. For...
A triangular number is the sum of the n natural numbers from 1 to n. For example: The triangular number for 3 is 1 + 2 + 3 = 6 The triangular number for 7 is 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28 Write a program segment (using a loop), that calculates and then prints the integer n and its triangular number.
The sum of three nonnegative numbers is 36. One of the numbers is twice one of...
The sum of three nonnegative numbers is 36. One of the numbers is twice one of the other numbers. None of the numbers are greater than 12. What is the maximum value of the product of these three numbers? Use x, y, z as your variables
Input 10 integers and display the following: a. the sum of even numbers. b. the sum...
Input 10 integers and display the following: a. the sum of even numbers. b. the sum of odd numbers. c. the largest integer d. the smallest integer e. the total count of even numbers f. the total count of odd numbers. Using C++ program with for loop..
Let S be the set of natural numbers which can be written as a non-empty string...
Let S be the set of natural numbers which can be written as a non-empty string of ones followed by a non-empty string of zeroes. For example, 10, 111100 and 11100000 are all in S, but 11 and 1110011 are not in S. Prove that there exists a natural number n∈S, such that 2018 | n.
a)Find two positive numbers such that the sum of the first number and twice the second...
a)Find two positive numbers such that the sum of the first number and twice the second number is 108 and the product is a maximum b)figure out the dimentions of a rectangular solid that has a square base of maximum volume if its surface area is 216 square inches
Write a C++ program to read N numbers. Find sum, product, and average of N numbers
Write a C++ program to read N numbers. Find sum, product, and average of N numbers
Suppose a > b are natural numbers such that gcd(a, b) = 1. Compute each quantity...
Suppose a > b are natural numbers such that gcd(a, b) = 1. Compute each quantity below, or explain why it cannot be determined (i.e. more than one value is possible). (a) gcd(a3, b2) (b) gcd(a + b, 2a + 3b) (c) gcd(2a,4b)
Prove That For All Natural Numbers A > 1 And B > 1, If A Divides...
Prove That For All Natural Numbers A > 1 And B > 1, If A Divides B Then A Does Not Divide B+1 (prove by contradiction)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT