i have a question on this problem?

write true if is true, False if it is false? (6*5)/3 and 15>(7*6)*(10-9)

Please rephrase the question. What do you want to know is false?

false

To solve the first problem, which is (6*5)/3, you need to perform the multiplication operation first, which is 6 multiplied by 5, resulting in 30. Then, you divide 30 by 3, giving you 10.

So, the answer to the first problem is 10.

To solve the second problem, which is 15>(7*6)*(10-9), you need to perform the operations within the parentheses first. In the parentheses, you have 10-9 which equals 1. Then, you have 7 multiplied by 6, which equals 42.

So, the expression becomes 15 > (42 * 1). Now you multiply 42 by 1, which remains 42. Finally, you compare 15 with 42.

Since 15 is not greater than 42, the statement "15>(7*6)*(10-9)" is False.

Therefore, the answers are True for (6*5)/3 and False for 15>(7*6)*(10-9).