i am working on this for 2 hours and i cant figure it out

we have to rearrange the letters to get a word

the letters are
c,v,d,e,o,s,r,i

1. discover

2. divorces

From: Unscramble.net

It seems like you are trying to rearrange the letters "c, v, d, e, o, s, r, i" to form a word. Finding all the possible combinations of these letters can help you identify potential words. Here's how you can approach it:

1. Start by generating all possible permutations of these letters. Since there are eight letters, you can use a permutation formula or a programming language to quickly generate the permutations.

2. Once you have all the permutations, you can compare them against a dictionary or a word list to check if they are valid English words. Online websites or software tools can help you search for words based on a combination of letters.

3. If you're unable to find an existing word, you can try breaking down the letters into smaller combinations (e.g., pairs or triplets of letters) and search for any meaningful words that can be formed.

Remember to consider different letter sequences as well as alternative spellings or forms of words.