" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Verified answer
Kelas : VIII SMPmapel : matematika
kategori : fungsi
kata kunci : f(n) = 2n-1 + 2n - 2n+1
pembahasan:
f(n) = 2n - 1 + 2n - 2n +1
f(n) = 2n
f(1) = 2(1) = 2
f(2) = 2(2) = 4
f(3) = 2(3) = 6
f(4) = 2(4) = 8
f(5) = 2(5) = 10
f(1) + f(2) + f(3) + f(4) + f(5) = 2+4+6+8+10 = 30
jawaban tidak ada dalam opsi
namun , jika soal adalah
f(n) =
maka
f(1) =
= 1 + 2 - 4
= -1
f(2) =
= 2 + 4 - 8
= -2
f(3) =
= 4 + 8 - 16
= -4
f(4) =
= 8 + 16 - 32
= -8
f(5) =
= 16 + 32 - 64
= -16
sehingga f(1) + f(2) + f(3) + f(4) + f(5) = (-1) + (-2) + (-4) + (-8) + (-16) = -31
jawaban A