Translate phrases from words to symbols for the following statements:

The sum of twenty and five is greater than or equal to four times three and a number.

((twenty) + (five)) >= 4 * (three + number)

or maybe

((twenty) + (five)) >= 4 * (three) + number

which? are they the same?