Find the number that will replace the #. 9 is to 90 as 15 is to #
Answers
Step-by-step explanation:
$config['sess_cookie_name'] = 'ci_session';$config['sess_expiration'] = 1800; //30 minutes$config['sess_expire_on_close'] = FALSE;$config['sess_encrypt_cookie'] = FALSE;$config['sess_use_database'] = TRUE;$config['sess_table_name'] = 'rd_sessions';$config['sess_match_ip'] = FALSE;$config['sess_match_useragent'] = TRUE;$config['sess_time_to_update'] = 300;
Given - 9 is to 90 as 15 is to #
Find - #
Solution - Given statement represents ratio, which can be recognised by the word "is to". Mathematical expression of this ratio will be written as 9:90 = 15:#
Now, solving the above written ratio equation.
Firstly dividing Left Hand Side by 9, we get -
1:10 = 15:#
For next step, multiplying 15 and 10
So, # = 15*10
We get the value of # -
# = 150
Thus, value of # is 150.