1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Marysya12 [62]
3 years ago
11

Suppose that for an experimental device setup we have to choose settings for three parameters. There are 4, 3 and 5 settings for

parameters 1, 2 and 3 respectively. The order in which the settings will be chosen is not does not matter. How may configurations does the device allow
Computers and Technology
1 answer:
Tpy6a [65]3 years ago
8 0

Answer:

Number of configurations does the device allow = 1

Explanation:

Given:

Number of parameters = 3

setting to choose for parameters = 3

Order does not matter

To find:

Number of configurations the device allows

Solution:

We will use Combinations here. This cannot be achieved through permutations because we have to choose settings 1,2,3 (3 settings) for three parameters 4,3,5 and the order does not matter but in permutation order does matter. So here we use Combinations. The formula for combination is:

C(n,r) = n! / r! (n-r)!

Here the number of parameters is 3 i.e. 1,2,3 and settings are also 3 i.e. 4,3,5 So,

n = 3

r = 3  

Putting these values in the above formula we get:

nCr  = n! / r! (n-r)! = 3! / 3! (3-3)!

                            =  3*2*1 /3*2*1 (0)!              

                            =   3*2*1 /3*2*1 (1)               Since 0! = 1

                            = 6 / 6

                nCr      = 1

So when order of settings 4,3,5 does not matter the number of configurations that device can allow is 1.

If the repetition is allowed and order does not matter then we can use the following formula:

(r + n - 1)! / r!(n-1)! = (3 + 3 - 1)! / 3! (3-1)!

                           = 5! / 3! 2!

                           = 5*4*3*2*1 / (3*2*1)(2*1)

                           = 120 / 12

(r + n - 1)! / r!(n-1)! = 10

For example if we have same setting for more than 1 parameters the combinations can be:

333, 444, 555, 445, 443, 554, 553, 334, 335, 345

But it is unlikely that a setting can be repeated for more than 1 parameter a a time.

You might be interested in
Which of the following code is correct? I: print("Programming is fun") print("Python") print("Computer Science") II: print("Prog
vfiekz [6]

Answer:

None of the options is correct.

Explanation:

One of the simplest statements that you can write in Python is a print statement, which causes a message to be displayed on the screen. For example, the following statement causes the message Python programming is fun! to be displayed:

print 'Python programming is fun!'

Notice that after the word print, the Python programming is fun! was written inside a set of single-quote marks. The quote marks are necessary, but they will not be displayed. They simply mark the beginning and the end of the text that we wish to display.

Here is an example of how you would type this print statement at the interpreter’s

prompt:

>>> print 'Python programming is fun!'

After typing the statement you press the Enter key and the Python interpreter executes the statement, as shown here:

>>> print 'Python programming is fun!'

Python programming is fun!

>>>

Thus, the correct way to write the codes in the question is:

print 'Programming is fun'

print 'Python'

print 'Computer Science'

3 0
3 years ago
Write a function to sum the following series:
Phoenix [80]

Answer:

<u>C program to find the sum of the series( 1/2 + 2/3 + ... + i/i+1)</u>

#include <stdio.h>

double m(int i);//function declaration  

//driver function

int main() {

int i;

printf("Enter number of item in the series-\n");//Taking input from user

scanf("%d",&i);

double a= m(i);//Calling function

printf("sum=%lf",a);

return 0;

}

double m(int i)//Defining function

{

double j,k;

double sum=0;

for(j=1;j<i+1;j++)//Loop for the sum

{

k=j+1;

sum=sum+(j/k);

}

return sum;

}

<u>Output:</u>

Enter number of item in the series-5

sum=3.550000

5 0
3 years ago
HELP FAST
Ghella [55]

Answer:

spelling errors and/or punctuation errors

4 0
3 years ago
Please answer fast screenshot included - thanks in advance
aleksley [76]

Answer:

Webpage Layouts where finally designed using html code

Explanation:

4 0
4 years ago
The process of making raw materials into a finished product is known as
Olin [163]
1.) Business Engineering or Manufacturing :)
<span />
6 0
3 years ago
Read 2 more answers
Other questions:
  • Which of these statements describes the difference between binary and decimal numbers?
    11·2 answers
  • the part of the computer that contains the brain , or central processing unit , is also known the what ?
    12·1 answer
  • 12. Kelly would like to know the average bonus multiplier for the employees. In cell C11, create a formula using the AVERAGE fun
    7·1 answer
  • Methods that require you to use an object to call them are called ____ methods.1. accessor
    7·1 answer
  • We have written a method called sum with an int[] parameter nums. We want our sum method to compute the sum of nums, but our cod
    5·1 answer
  • What is the term used when a password is obtained through tricking a user into giving it to another party?
    15·1 answer
  • What is the practical application of the information acquired by science.
    15·1 answer
  • A student registers for a course in a university. Courses may have limited enrollment i.e a student must
    5·1 answer
  • What are two types of crust on the earths surface
    15·2 answers
  • C++ Write a program that initially asks a user to enter two positive integer numbers a and b. If either a or are zero or negativ
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!