If the sum of the first 3n positive integers is 150 more than the sum of the first n positive integers, then the sum of the first 4n positive integers is
Pick one
Solution
We can setup our first equation as 23n(3n+1)=2n(n+1)+150 Simplifying we get 9n2+3n=n2+n+300⇒8n2+2n−300=0⇒4n2+n−150=0 So our roots using the quadratic formula are 2a−b±b2−4ac⇒2⋅4−1±12−4⋅(−150)⋅4⇒8−1±1+2400⇒6,−25/4 Since the question said positive integers, n=6, so 4n=24 224⋅25=300 A
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.