Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
#2: Post edited by user avatar General Sebast1an‭ · 2022-07-12T11:31:04Z (almost 2 years ago)
  • I'm currently learning arithmetic sequences, and I've gotten to the means. I'm answering an activity as a test to see if what I'm doing is right.
  • Here's an example through format:
  • ```
  • First term = 10
  • Last term = 40
  • Arithmetic means = 5
  • Answer = {15, 20, 25, 30, 35}
  • ```
  • I'm sure means work that way, even though I didn't research about it. Since I'm not that good with algebra, I'm having trouble handling this one:
  • ```
  • First term = x + y
  • Last term = 4x - 2y
  • Arithmetic means = 2
  • ```
  • If not the full answer, can you at least give me a simple way to get it? The concept of $\sum$ still confuses me, so if you give me some answer using that, please explain it.
  • I'm currently learning arithmetic sequences, and I've gotten to the means. I'm answering an activity as a test to see if what I'm doing is right.
  • Here's an example through format:
  • ```
  • First term = 10
  • Last term = 40
  • Arithmetic means = 5
  • Answer = {15, 20, 25, 30, 35}
  • ```
  • I'm sure means work that way, even though I didn't research about it. Since I'm not that good with algebra, I'm having trouble handling this one:
  • ```
  • First term = x + y
  • Last term = 4x - 2y
  • Arithmetic means = 2
  • ```
  • If not the full answer, can you at least give me a simple way to get it? The concept of $\sum$ still confuses me, so if you give me some answer using that, please explain it.
  • ## Revision
  • Alright, let's fix the question. What does an "arithmetic mean" mean? According to the book, it's the set of terms in order that are between the first and the last terms given which creates an arithmetic sequence.
  • If that's so, let's use the example with a correct answer:
  • ```
  • First term = 10
  • Last term = 40
  • No. of arithmetic means = 5 (I should've pointed it out)
  • Answer = {15, 20, 25, 30, 35}
  • Arithmetic sequence = {10, 15, 20, 25, 30, 35, 40}
  • Common difference = 5
  • ```
  • Let's try another with an example I thought of that's not in the book:
  • ```
  • First term = 16
  • Last term = 72
  • No. of arithmetic means = 3
  • Answer = {30, 44, 58}
  • Arithmetic sequence = {16, 30, 44, 58, 72}
  • Common difference = 14
  • ```
  • See what I mean?
  • Back to the original question, I can't figure out how to put $x$ and $y$ in this:
  • ```
  • First term = x + y
  • Last term = 4x - 2y
  • No. of arithmetic means = 2
  • Answer = ?
  • (Current) arithmetic sequence = {x + y, ?, ?, 4x - 2y}
  • Common difference = ?
  • ```
  • I might figure this out on my own; this has been hurting my head for a while now. I'll let you guys know.
#1: Initial revision by user avatar General Sebast1an‭ · 2022-07-12T07:21:05Z (almost 2 years ago)
What are the 2 arithmetic means of $x + y$ and $4x - 2y$?
I'm currently learning arithmetic sequences, and I've gotten to the means. I'm answering an activity as a test to see if what I'm doing is right.

Here's an example through format:

```
First term = 10
Last term = 40
Arithmetic means = 5
Answer = {15, 20, 25, 30, 35}
```

I'm sure means work that way, even though I didn't research about it. Since I'm not that good with algebra, I'm having trouble handling this one:

```
First term =  x + y
Last term = 4x - 2y
Arithmetic means = 2
```

If not the full answer, can you at least give me a simple way to get it? The concept of $\sum$ still confuses me, so if you give me some answer using that, please explain it.