Jane is a computer science major planning to take 4 courses next semester. She is planning to take 2 computer science courses and 2 courses from other areas. How many different schedules can she build?

Respuesta :

Answer: 24 schedules.

Step-by-step explanation:

Given data:

Courses planning to take = 4

Computer courses = 2

Courses from other areas = 2

Solution:

This problem can be solved using permutation.

For Computer science courses.

npr = n! / ( n - r )!

Where n = 4

r = 2

4p2 = 4!/( 4-2)!

= 4!/2!

= 12

For other courses.

Where n = 4

r = 2

4p2 = 4!/( 4-2)!

= 4!/2!

= 12

Jane can have a total of 24 different schedules.