Alice Thinks of a Number
Alice thinks of a number and calls it . She adds 7 to her number and then doubles the result. Write an expression, using , to show what Alice does
Want practice that adjusts to your level as you improve? Try ElevenEdge— adaptive 11+ questions built for exactly this.
Alice thinks of a number and calls it a.
ReplyDeleteShe adds 7 to her number: a + 7.
Then, she doubles this result: 2 * (a + 7).
So, the expression representing Alice's actions is 2 * (a + 7).