Saved Bookmarks
| 1. |
Write three consecutive 7 multiples starting with 'x'. |
|
Answer» If X is a multiple of 7 Then, NEXT multiple is = x + 7. And, the third multiple is = x + 14. |
|