All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Four Consecutive Odds (Posted on 2024-06-21) Difficulty: 2 of 5
Which four consecutive odds, when multiplied together, give the product 6xxxxxx9?

Each x represents a digit, not necessarily the same.

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer solution | Comment 2 of 3 |
p=1*3*5*7;
% while p<99999999
for n=9:2:555
  p=p*n/(n-8);
  ps=num2str(p);
  if length(ps)==8
    if ps(1)=='6' && ps(8)=='9'
      disp([n-6:2:n p])
    end
  elseif length(ps)>8
    break
  end
end

finds

     87          89          91          93                  65529009

  Posted by Charlie on 2024-06-21 10:21:45
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information