Accountancy, asked by rd737555, 1 month ago

XY and Z are partnets in a firm sharing equally they now decided to share future profit 2:3:5 for the purpose of godwill of the firm has been valued at 300000​

Answers

Answered by sanjivnaathp31
1

Answer:

X=60000 Y=90000 Z=150000

Explanation:

let X=2x

Y=3x

Z=5x

X+Y+Z=300000

2x+3x+5x=300000

10x=300000

x=30000

therefore, X=2x=2*30000=60000

Y=3x=3*30000=90000

Z=5x=5*30000=150000

Answered by natvarbaraiya77
0

Explanation:

You will be given a variable list of unknown length, containing 32-bits unsigned integers. You are required to give as output a comma separated list, showing for each element in the list the integer you get by reversing bits in its binary representation. For example, if the list is 32768, 101200 and 262144, you are expected to give as output 65536, 181501952 and 8192. Integers in the list will be given one per line.

Case 1:

For the input provided as follows:

32768

101200

262144

Output of the program will be:

65536, 181501952, 8192

Case 2:

For the input provided as follows:

10

0

Output of the program will be:

1342177280, 0

Time Remaining for Test 00:29:21

Dark Mode

1

Similar questions