From aeb0dccb1580fc9612a1c2c354ba07795ba009fa Mon Sep 17 00:00:00 2001 From: Kris Koishigawa Date: Wed, 13 Mar 2019 10:36:32 +0900 Subject: [PATCH] fix(challenges): Added left margin to blockquote footer in Babbage Problem --- .../rosetta-code/babbage-problem.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/08-coding-interview-prep/rosetta-code/babbage-problem.english.md b/curriculum/challenges/english/08-coding-interview-prep/rosetta-code/babbage-problem.english.md index 46fd4807c1..82e18711f2 100644 --- a/curriculum/challenges/english/08-coding-interview-prep/rosetta-code/babbage-problem.english.md +++ b/curriculum/challenges/english/08-coding-interview-prep/rosetta-code/babbage-problem.english.md @@ -9,7 +9,7 @@ challengeType: 5 Charles Babbage, looking ahead to the sorts of problems his Analytical Engine would be able to solve, gave this example:
What is the smallest positive integer whose square ends in the digits 269,696? -
Babbage, letter to Lord Bowden, 1837; see Hollingdale and Tootill, Electronic Computers, second edition, 1970, p. 125.
+
He thought the answer might be 99,736, whose square is 9,947,269,696; but he couldn't be certain. The task is to find out if Babbage had the right answer.