There are 6 primes given below in a particular sequence:
89,59,53,31,17,11
These are some rules which are important:
You can do only four operations between them (+ ,- ,× ,/ ).
Also you are not allowed to change their positions in the sequence. (e.g. 89-59×31+53-17/11 is not allowed because position of 31 and 53 are changed)
Now suppose you figured out all the possible values by keeping the rules in mind.
Now suppose n percent of those numbers are prime and m percent are composite (no number is included more than once)
Submit the sum of floor function of n and floor function of m
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Answer from python
Hence the answer is 15