Statement: jack nicklaus of the united states has a score of 72 + 70 + 75 + 72 = 289

Input Table: 1975 u.s. open (golf)

placeplayercountryscoreto_parmoney
t1lou grahamunited states74 + 72 + 68 + 73 = 287+ 3playoff
t1john mahaffeyunited states73 + 71 + 72 + 71 = 287+ 3playoff
t3frank beardunited states74 + 69 + 67 + 78 = 288+ 410875
t3ben crenshawunited states70 + 68 + 76 + 74 = 288+ 410875
t3hale irwinunited states74 + 71 + 73 + 70 = 288+ 410875
t3bob murphyunited states74 + 73 + 72 + 69 = 288+ 410875
t7jack nicklausunited states72 + 70 + 75 + 72 = 289+ 57500
t7peter oosterhuisengland69 + 73 + 72 + 75 = 289+ 57500
t9pat fitzsimonsunited states67 + 73 + 73 + 77 = 290+ 65000
t9arnold palmerunited states69 + 75 + 73 + 73 = 290+ 65000
t9tom watsonunited states67 + 68 + 78 + 77 = 290+ 65000

SQL Command:

SELECT CASE WHEN COUNT(*) = 0 THEN 'FALSE' ELSE 'TRUE' END FROM table_sql WHERE player = 'jack nicklaus' AND country = 'united states' AND score = '72 + 70 + 75 + 72 = 289';