yeah i've been taking a look at some quant questions on yt and stuff, but the practice questions i think they'll be giving me on my assessment (can't go into too much detail on this i think) consist of solving a ton of mental math based questions involving large numbers & simple logic problems (e.g. what would be the next number in a sequence of 53, 52, 54, 50, 58, 42, 74, ?)
my question was mostly asking if anyone knew tricks to do mental math calculations faster. i cannot do shit like 27^27 in like 10 seconds.
afaik i won't be getting coding questions at least in my next stage. mostly probability + numbers + logic stuff.
as for ur problem:
if theres a stock which provides 10% return and another stock with 5% return and u have like for eg. $20000 how much would invest in these stocks to get an 8% return on the $20000
if we call the money in 10% stock x and the 5% stock y
then y = 20,000-x
and u want 8% right
8% of 20,000 is 200*8=1600
so 0.1x+0.05(20,000-x)=1600
that would be
0.1x+1000-0.05x=1600
0.05x=600
5x=60,000
x=12,000
right?