Skip to content

Instantly share code, notes, and snippets.

@xbns
Last active May 1, 2020 20:11
Show Gist options
  • Save xbns/ce248f1ef724bfde88e195b08920a015 to your computer and use it in GitHub Desktop.
Save xbns/ce248f1ef724bfde88e195b08920a015 to your computer and use it in GitHub Desktop.
#katex #maths #visual studio code extensions # markdown

Question: $45\space is\space 18%$ of what number?

$\therefore {part \over whole} = \frac{45}{x} = \frac{18}{100}$

$18\cdot x = 45\cdot100$

$\sout{18}\cdot x = 45\cdot100\swarrow$ Divide by 18 on both sides of equation

$x = \boxed {45\cdot 100 \over 18}$

$x = \boxed { \sout{45^5}\cdot 100 \over \sout{18_2}}$ Divide by 9

$x = \boxed {5\cdot \sout {100^{50}} \over \sout 2_1}$ Divide by 2

$x=$ $5\cdot 50 \gets 250$

Note: Press Ctrl + K,then , to generate html file in the same page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment