Draw a picture to show how 3 friends can share 12 chocolate bars equally nd how much chocolate will they each get

@ = chocolate bar

@@@@
@@@@
@@@@

To visually represent how 3 friends can share 12 chocolate bars equally, you can draw 3 rows to represent each friend and divide another row into 12 equal sections to illustrate the chocolate bars. Here's an ASCII art representation of the picture:

```
Friend 1: [ ][ ][ ][ ][ ][ ]
Friend 2: [ ][ ][ ][ ][ ][ ]
Friend 3: [ ][ ][ ][ ][ ][ ]
```

To calculate how much chocolate each friend will get, you divide the total number of chocolate bars by the number of friends. In this case, there are 12 chocolate bars and 3 friends. To find out how much chocolate each friend will get, you perform the following calculation:

12 chocolate bars รท 3 friends = 4 chocolate bars per friend

Therefore, each friend will get 4 chocolate bars.