Questions tagged [cryptarithm]

A cryptarithm is a numeric puzzle in which a mathematical equation is given where the digits are replaced by letters, the object being to recover the original equation. The canonical example is SEND + MORE = MONEY, which has the unique solution 9567 + 1085 = 10652. There are variants, such as long division problems where most of the digits are replaced by asterisks.

A cryptarithm is a numeric puzzle in which a mathematical equation is given where the digits are replaced by letters, the object being to recover the original equation. The canonical example is SEND + MORE = MONEY, which has the unique solution 9567 + 1085 = 10652. There are variants, such as long division problems where most of the digits are replaced by asterisks.

44 questions
2
votes
1 answer

What is the base for the following number system?

So there was a spaceship sent back with the following picture that assumed to constitute an addition. What is the base of the number system? # * # * _________ # ^ # How would I find this out...? I have no clue how to approach this!
A_1_615
  • 91
1
vote
1 answer

How to begin solving this cyrptarithm?

Anybody please help me in how to begin with this cryptarithm. I tried to find for 0,1,5,6,9 but none of them are clearly recognizable.. o u i * o u i l i a r m l m a t h u s m s i e u r
0
votes
1 answer

Solving cryptarithmetic problems

I was recently trying to solve cryptarithmetic problems like: F Y H * E W T -------- Z E T F E K Z Z Y Z T X ------------ Y F Y W E F But I am failing repeatedly to get the hang of such problems.I start solving problems…
0
votes
1 answer

Alphanumeric Puzzle multplication : $OW\times HE=WWW$

$OW\times HE=WWW$ where $O,W,H,E$ are digits. I've gathered that $$W\in\{2,3,4,5,6,7,8,9\}$$ $$E\in\{1,3,6,7,9\}$$ but I can't seem to move past it.
0
votes
1 answer

help me to solve this Cryptarithm problem

Hello I tried various things but ain't getting where to begin, if anybody would let me know how to solve this it will be of great help P X B * W Y A          O A Z O      O N X W+  O X N P  + + O A N Z N O
0
votes
1 answer

Find the digit represented by C.

I am self-studying Multiplication and Division. This is a problem I encountered and have hard time with it. I have no clue where to start. In fact, I have read this problem many times, wondering whether it is a valid problem. In the division…
math
  • 273
0
votes
2 answers

Maths for the Diffie Hellman

With respect to the maths behind the Diffie Hellman Key exchange algorithm. Why does: (ga mod p)b mod p = gab mod p It might be fairly obvious, but what basic maths guarantees this? Why does the first modulo p expression disappear from the LHS in…