228. 【V1】x and y is positive integer, 问the least positive number of
24x+15y?
--by goldenjj
解: 因为x,y 都是正整数,又要24x+15y 最小,所以当x=y=1 的时候满足,
即:原式=24+15=39
(V2) x 和y 都是integer,没说都是正整数,选项给的是1,3,6,9,15—by
cqr393704718
解: 当x=1,y=-1 时满足条件,即答案为:24-15=9
个人认为是不是x=-1,y=2时即30-24=6才对呢?