386 views

1 Answer

1 votes
1 votes
It might helpful

$MUL\big(ADD(a,b),MUL(a,b+5)\big)$
$= MUL(a,b+5) \ast ADD(a,b)$
$= b + 5 \ast a \ast a + b$
$= 6 + 5 \ast 5 \ast 5 + 6$
$= 6 + 125 + 6\: \text{(Evaluate higher precedence first)}$
$= 137$
edited by

Related questions

0 votes
0 votes
1 answer
1
piyushrawat01 asked Jan 11, 2019
336 views
In a binary tree, for every node the difference between the number of nodes in the left and right subtrees is at most 2. The height of the tree is always h>0. If the min...
0 votes
0 votes
1 answer
2
vanshikha020 asked Jul 1, 2023
445 views
Is the product of eigen values of a matrix equal to its determinant true for all the matrices?
5 votes
5 votes
1 answer
3