Math, asked by ankitmandal815, 11 months ago

Neetu bought a pizza from the market. She gave 1/4 Part to her son and 1/3 Pizza to her daughter. How much pizza left with Neetu.​

Answers

Answered by sibaniray1950
0

7/12 . This is the answer

Answered by Alone01
2

</p><p>window.onload = function() </p><p>{</p><p>	var CAKECanvas = new Canvas(document.body, 600, 400);</p><p>	</p><p>	var circle1 = new Circle(100, </p><p>		{</p><p>			id: 'myCircle1',</p><p>			x: CAKECanvas.width / 3,  </p><p>			y: CAKECanvas.height / 2, </p><p>			stroke: 'cyan', </p><p>			strokeWidth: 20,</p><p>			endAngle: Math.PI*2</p><p>		}</p><p>	);</p><p>	</p><p>	circle1.addFrameListener(</p><p>		function(t, dt) </p><p>		{</p><p>			this.scale = Math.sin(t / 1000);</p><p>		}</p><p>	);</p><p>	</p><p>	CAKECanvas.append(circle1);</p><p></p><p>	var circle2 = new Circle(100, </p><p>		{</p><p>			id: 'myCircle2',</p><p>			x: CAKECanvas.width / 3 * 2,  </p><p>			y: CAKECanvas.height / 2, </p><p>			stroke: 'red', </p><p>			strokeWidth: 20,</p><p>			endAngle: Math.PI*2</p><p>		}</p><p>	);</p><p>	</p><p>	circle2.addFrameListener(</p><p>		function(t, dt) </p><p>		{</p><p>			this.scale = Math.cos(t / 1000);</p><p>		}</p><p>	);</p><p>	</p><p>	CAKECanvas.append(circle2);</p><p>	</p><p>	var hello = new ElementNode(E('h2', 'Hello, world!'), </p><p>		{</p><p>			fontFamily: 'Arial, Sans-serif', </p><p>			noScaling: true, </p><p>			color: 'black',</p><p>			x: CAKECanvas.width / 2, </p><p>			y: CAKECanvas.height / 2,</p><p>			align: 'center',</p><p>			valign: 'center'</p><p>		}</p><p>	);</p><p>	</p><p>	hello.every(1000, </p><p>		function() </p><p>		{</p><p>			this.color = 'magenta';</p><p>			this.after(200, </p><p>				function() </p><p>				{</p><p>					this.color = 'blue';</p><p>				}</p><p>			);</p><p>		},</p><p>		true</p><p>	);</p><p>					</p><p>	CAKECanvas.append(hello);</p><p>};</p><p>

Similar questions