i am having hard time in addition of numbers in same base..!!! here are two of such questions
1) (FE) + (78) = ? {all in base-16}
using the logic as understand,solution i infer :
FE
78
E+8=14+8=22---> 15+7---> F+7---> therefore,7 is carry
7
FE
78
F
similarly 7 + F +7= F+E;
7
FE
78
EFF
2) x567 +27x5 = 75yx (all in base-8)
if i use the logic same as above,i get :
x567
27x5
7+5= 12---> 5 is carry;x=7
5
x567
27x5----> 2755
75y7
5+6+5=16--->7+8;y=7
now 8+5+7=20----> this is obvly...wrong....
where i m getting wrong..??
1) (FE) + (78) = ? {all in base-16}
using the logic as understand,solution i infer :
FE
78
E+8=14+8=22---> 15+7---> F+7---> therefore,7 is carry
7
FE
78
F
similarly 7 + F +7= F+E;
7
FE
78
EFF
2) x567 +27x5 = 75yx (all in base-8)
if i use the logic same as above,i get :
x567
27x5
7+5= 12---> 5 is carry;x=7
5
x567
27x5----> 2755
75y7
5+6+5=16--->7+8;y=7
now 8+5+7=20----> this is obvly...wrong....
where i m getting wrong..??
Last edited: