The product of odd number between 2 and 10 is
135
945
24
20
Find out the answer
945
We have to find out by step by step .
The odd numbers are 3,5,7,and 9
So 3multiply by 5 multiply by 7 multiply by
2)Find the component statements of the following and check whether theyare true or not.All prime numbers are either even or odd.
6)Find the component statements of the following and check whether theyare true or not.The component statements arep: 24 is a multiple of 2.q: 24 is a multiple of 4.r: 24 is a multiple of 8.
In the number 1938 which digital has the least place value 1938 .Find out the place value of given numbers
Given the following sets: S = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, Even numbers A = {2, 4, 6, 8, 10}; Odd number B = {3, 5, 7, 9}; Natural numbers N = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} and Prime numbers C = {2, 3, 5, 7} Find the following: a) A ∪ C b) A ∩ N c) A ’ d) B ∩ N e) B ∪ N f) C...
2. If a binary tree has 19 vertices then list out the number of vertices having degree 1, degree2 and degree 3 .
5)Find the component statements of the following and check whether theyare true or not.√2 is a rational number or an irrational number.
A business manufactures four products (A, B, C, D), each
requiring a number of input materials for production. Information
on each of the products, including selling price and profit margin
per unit, demand per week, and the number of each input required to
produce one unit of product is provided below.
It has been found that the business does not have enough
stabilizing brackets to meet the full demand for all four
products, and must thus find the “product mix”...
Write a program in javascript, that take numbers from 1….20 in an array. Separate Even and Odd numbers by using conditional statement. Figure # 01 is the output of this file on web browser. Example: Odd Number = 1 Even Number = 2 Odd Number = 3 Even Number = 4 Odd Number = 5 Even Number = 6 Odd Number = 7 Even Number = 8 Odd Number = 9 Even Number = 10 Odd Number = 11 Even...
QUESTION 5 Using top secret University records, Dr. Rasmussen determines that 68.2% of MEEN students have IQs between 120 and 150, with an average of 135. Dr. Rasmussen also tests 4 randomly selected MEEN 260 students and finds the average IQ is 140 with a sample deviation of 20, we are 90% certain that the average MEEN 260 student has an IQ between "a" and "b" (i.e. a < IQ < b). what is the correct value for "а"? O...
Program Requirements First, find all the prime numbers between 2 and a user-inputted number from the console (inclusive). The identified prime numbers must be stored in an array . The inputted number should be between 0 and 1000 (inclusive). array is large enough to o Make sure your hold all the prim e numbers. Dynamic memory allocation is not required for this assignment, so you can have unused space in your array Make sure you can handle the cases of...