V1:(by清谷天) PS:有家处理照片的商店,first standard print of a negative costs $4, the additional of the same negative costs $1,问y standard prints of x different negative多少钱? 这道题我绕了一下才明白,应该是说x种negative,每种y张,所以应该是 4x+(y-1)x
V1:(by清谷天) PS:有家处理照片的商店,first standard print of a negative costs $4, the additional of the same negative costs $1,问y standard prints of x different negative多少钱? 这道题我绕了一下才明白,应该是说x种negative,每种y张,所以应该是 4x+(y-1)x
280 你看的那个版本的答案对题目的理解不对(比较确定 很多人做到这一题了) “first standard print of a negative costs $4” 每种照片的第一张花4刀 the additional of the same negative costs $1, 从第二张起每张1刀 问y standard prints of x different negative多少钱? X种照片 每种Y张 一共花多少钱 答案是:4X+x*(y-1)=4x+xy-x (貌似不同的寂静里这答案的化简形式不一样)