How many letter positions remain unchanged when the letters of the word FRIEND…

2026

How many letter positions remain unchanged when the letters of the word FRIEND are arranged in English alphabetical order?

Answer: D. OneCONCEPTWhen the letters of a word are rearranged alphabetically, a position remains unchanged only if the letter at that position before sorting is the same…

  1. A.

    Three

  2. B.

    Two

  3. C.

    None

  4. D.

    One

Attempted by 48 students.

Show answer & explanation

Correct answer: D

CONCEPT

When the letters of a word are rearranged alphabetically, a position remains unchanged only if the letter at that position before sorting is the same as the letter at that position after sorting.

Compare the original and sorted sequences position by position, and count the exact matches.

APPLICATION

  1. Write the original sequence: F, R, I, E, N, D.

  2. Arrange the letters in ascending alphabetical order: D, E, F, I, N, R.

  3. Compare the letters at each of the six positions.

Position

Original

Sorted

Comparison

1

F

D

Different

2

R

E

Different

3

I

F

Different

4

E

I

Different

5

N

N

Same

6

D

R

Different

CROSS-CHECK

The sorted sequence is in ascending order D < E < F < I < N < R. Only the fifth position contains N in both sequences, so the count of unchanged positions is one.

Result: One letter position remains unchanged.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…