10. Each alphabet stands for one digit in the following
multiplication.
T H I S
x I S
---------
X F X X
X X U X
------------
X X N X X
------------
What is the maximum value T can take?
Answer Posted / harshit gupta
max value of t =4;
if t=5 then (5 H I S)* S = XFXX = 4 digit no.
in this case max value of S = 1 cz if we take s>1 (eg. S=2) then XFSS will be 5 digit no..but it is 4 digit no...if we take S=1 then 5 H I S * 1 = 5 H I S not equal to XFXX;
so 5 is not possible.....
if T=4 then S=1 is not possible..but we can take S=2;
(2 H I S) * 2= 4 digit no...
so, max value of T =4.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
sir,i am a 3rd yr student of computer engineering. i need atleast 10 previous year's placement papers of hcl,infosys & wipro. please send me these papers as early as possible.thanx for giving me your precious time.
difference between w2k and win xp....
What is the instruction to load the register B?
1. Design a counter which counts 0, 4, 8, 2, 6, and repeats using: 1.a using JK flip flops 1.b using T flip flops 1.c using D flip flops 2. Modify your design in question 1.a so that the circuit works according to the following function table X Y F 0 0 Clear 0 1 No Change 1 0 Parallel Loading 1 1 Count 3. Design a circuit that detects the pattern 010 in a serial input X considering: 3.a Overlapping 3.b No overlapping
How does agile communication differ from tradition software engineering communication? How it is similar?
Let an denote the number of bit strings of length n that do not have two consecutive zeroes. Find a recurrence relation for the number of bit strings of length n that do not have two consecutive zeroes. Hence find a4.
Give the coding for system reboot in C
describe how your code can determine if the user entered an input box value or click the cancel button?
c# code, vb.net code language parity refers to what?
how to avoid a class from getting inherited but respective class should be able to instantiate ?
Suppose you want to form a conceptual model of UML.What elements would you require for this purpose?
what is the difference between public static void main (String args[]) and static public void main(String args[]) in java?
how u test the idoc in inbound and outbound?
what are the Types of End User in dbms?
how to handle errors in fastload?