User:Piphi/Asymptote/Beats

< User:Piphi‎ | Asymptote(Redirected from User:Piphi/Beats)


[asy] /**  * Beats  *  * Made by piphi  *   * For more information go to the link below.  * https://artofproblemsolving.com/wiki/index.php/User:Piphi/Beats  */  fill(circle((0,0),352), rgb(237,28,36)); fill(circle((0,0),176), white); fill(circle((0,0),107), rgb(237,28,36)); fill((-176,0)--(-176,352)--(-107,352)--(-107,0)--cycle, white);  clip(currentpicture, circle((0,0),352)); [/asy]

Beats is an electronics company owned by Apple that makes audio devices.

The drawing consisted of only 3 circles, a rectangle, and a clip. So it didn't take long to make.

Beats

See Also