Math Problem Statement

solve the 2 problems:

  1. Determine the number of five-digit number that can be formed using the digits 1,3,5,7,8, and 9, if the first digit is 7, and one of the other digits must be 1, and no digit can appear more than once.

  2. Find the number of five-digit numbers that can be formed using the digits 1, 2, 3, 6, and 9, if the first digit is 1, and one of the other digits must be 2. No digit can appear more than once.  

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Permutations
Combinatorics

Formulas

Permutation formula: P(n, r) = n! / (n - r)!
Factorial: n! = n × (n - 1) × ... × 1

Theorems

Permutation theorem

Suitable Grade Level

Grades 9-12