In a certain code language, ‘Floors white marble’ is written as ‘tp aj pr’, ‘Tyre are hard white’ is written as ‘pr qs tr ak’ and ‘Marble are shiny’ is written as ‘tp tr 6’. What is the code for ‘Shiny floors’ in that code language? |
tr aj 6 ak aj 6 6 pr |
aj 6 |
The logic followed here is; floors white marbel = tp aj pr tyre are hard white = pr qs tr ak marble are shiny = tp tr 6 Thus, Code for shiny floors is aj 6 |