A:
Dear Our biggest fan,
This looked like an interesting question, so I thought I'd give it a go. The first thing I did was get in touch with Optimistic., since he answered a somewhat similar question in
Board Question #21651. However, his method of cutting and pasting each chapter into Word didn't seem suitable for the entire standard works.
One thing did come from that discussion, though—we briefly brought up the idea of writing a program to find the longest and shortest verses. This fired up my imagination, and I got to work.
A number of hours later, I have a program that goes through each of the standard works and finds the longest and shortest verse. Since you didn't specify if you were counting words or characters, I did both. (For my purposes, a character is only a letter—not spaces or anything else.) Personally, I think that characters are more important.
And now, the moment you've been waiting for: the longest and shortest verses in each of the standard works, using the official LDS version of each:
Bible
Longest:
Esth. 8:9 — 90 words, 426 characters
Shortest:
John 11:35 — 2 words, 9 characters;
there was one other verse with two words Old Testament
Longest: same as above
Shortest:
1 Chron.1:25 — 3 words, 12 characters;
there were thirty-five other verses with only three words New Testament
Longest:
Rev. 20:4 — 68 words, 284 characters
Shortest: same as above
Book of Mormon
Longest: tie between
Alma 60:16, with 577 characters (but 136 words), and
3 Nephi 12:1, with 142 words (but 576 characters)
Shortest:
Alma 18:27 — 4 words, 12 characters;
three other verses also only had four wordsDoctrine and Covenants
Longest: tie between
D&C 128:18, with 906 characters (but 209 words), and
D&C 132:19, with 214 words (but 892 characters)
Shortest: tie between
D&C 88:36, with 24 characters (but 6 words), and
D&C 19 verses 11 and 12, each of which have 5 words (but 33 characters)
Pearl of Great Price
Longest:
JS-H 1:28* — 211 words, 931 characters
Shortest:
JS-M 1:24 — 6 words, 24 characters
*Originally I found that the longest verse was in
the endnote to Joseph Smith—History, containing Oliver Cowdery's account of Joseph's history. It was the last verse, beginning "I shall not attempt to paint to you..." (275 words, 1192 characters). However, since I wasn't sure if that should count as a verse, I re-ran the program without that endnote and got
JS-H 1:28 instead.
Just for fun, I also figured the average number of words per verse, characters per verse, and characters per word in each of the standard works:
words characters characters/word
Bible 25.39 103.59 4.08
Old Testament 26.32 107.29 4.08
New Testament 22.67 92.83 4.09
Book of Mormon 40.46 168.22 4.16
Doctrine and Covenants 30.43 127.89 4.20
Pearl of Great Price 41.54 169.78 4.09
Hmm, it looks like there are some pretty big variations in the average words/characters per verse, but the number of characters per word is remarkably stable.
So, there you go. That was an interesting, albeit random, project. Hopefully that will help you as much as the extra little programming experience will help me.
—Laser Jock