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

Home > Just Math > Calculus
Edgy Integral (Posted on 2009-03-25) Difficulty: 2 of 5
Solve this alphametic integral puzzle, where each of the capital letters in bold represents a different decimal digit from 0 to 9, given that C and N are constants and, E is not zero.

B
∫ C*xN dx = EDGE
A

See The Solution Submitted by K Sengupta    
Rating: 4.6667 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
computer solution | Comment 1 of 4

I used the following Mathematica code to find the only solution of

A=0 B=6 C=8 N=3 E=2 D=5 G=9

For[a=0,a£9,a++,

For[b=0,b£9,b++,

If[b¹a,

For[c=0,c£9,c++,

If[c¹a && c¹b,

For[n=0,n£9,n++,

If[n¹a && n¹b && n¹c,

For[e=1,e£9,e++,

If[e¹a && e¹b && e¹c && e¹n,

For[d=0,d£9,d++,

If[d¹a && d¹b && d¹c && d¹n && d¹e,

For[g=0,g£9,g++,

If[g¹a && g¹b && g¹c && g¹n && g¹e && g¹d,

x1=c*(b^(n+1)-a^(n+1))/(n+1);

x2=e+10*g+100*d+1000*e;

If[x1Šx2,

Print[a,",",b,",",c,",",n,",",e,",",d,",",g];

];

];

];

];

];

];];];];];];];];];


  Posted by Daniel on 2009-03-25 13:11:15
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (11)
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