Math, asked by pushpalathpush47, 6 months ago

a²-4b²+6a²-4b-7b²-(5a-3b+5a²) answer

Answers

Answered by subhansh5974
0

Step-by-step explanation:

6a2 - 11b2 - 7b - 5a is correct answer

Answered by Anonymous
1

answer is in attachment


[tex]<html>

<head>

<style>

h1{

text-transform:uppercase;

margin-top:90px;

text-align:center;

font-family:Courier new,monospace;

border:3px solid rgb(60,450,500);

border-top:none;

width:90%;

letter-spacing:-6px;

box-sizing:border-box;

padding-right:5px;

border-radius:6px;

font-size:35px;

font-weight:bold;

}

h1 span{

position:relative;

display:inline-block;

margin-right:3px;

}

@keyframes shahir{

0%

{

transform: translateY(0px) rotate(0deg);

}

40%

{

transform: translateY(0px) rotate(0deg);

}

50%

{

transform: translateY(-50px)rotate(180deg);;

}

60%

{

transform: translateY(0px)rotate(360deg);;

}

100%

{

transform: translate(0px)rotate(360deg);;

}}

h1 span

{

animation: shahir 3s alternate infinite linear;

}

h1 span:nth-child(1)

{color:lime;

animation-delay: 0s;

}

h1 span:nth-child(2)

{color:lightmaroon;

animation-delay: 0.2s;

}

h1 span:nth-child(3)

{color:red;

animation-delay:0s;

}

h1 span:nth-child(4)

{color:green;

animation-delay: 0.4s;

}

h1 span:nth-child(5)

{color:blue;

animation-delay: 0.5s;

}

h1 span:nth-child(6)

{color:purple;

animation-delay: 0.3s;}

</style>

<meta name="viewport" content="width=device-width" >

</head>

<body><center><div><h1><span>A</span><span>B</span><span>H</span><span>I</span><span>S</span><span>H</span><span>E</span><span>K</span>

</h1></div></center></body></html>[/tex]



[tex]<svg id="wrap" width="300" height="300">
<!-- background -->
<svg>
<circle cx="150" cy="150" r="130" style="stroke: lightblue; stroke-width:18; fill:transparent"/>
<circle cx="150" cy="150" r="115" style="fill:#2c3e50"/>
<path style="stroke: #2c3e50; stroke-dasharray:820; stroke-dashoffset:820; stroke-width:18; fill:transparent" d="M150,150 m0,-130 a 130,130 0 0,1 0,260 a 130,130 0 0,1 0,-260">
<animate attributeName="stroke-dashoffset" dur="6s" to="-820" repeatCount="indefinite"/>
</path>
</svg>
<!-- image -->
<svg>
<path id="hourglass" d="M150,150 C60,85 240,85 150,150 C60,215 240,215 150,150 Z" style="stroke: white; stroke-width:5; fill:white;" />
<path id="frame" d="M100,97 L200, 97 M100,203 L200,203 M110,97 L110,142 M110,158 L110,200 M190,97 L190,142 M190,158 L190,200 M110,150 L110,150 M190,150 L190,150" style="stroke:lightblue; stroke-width:6; stroke-linecap:round" />
<animateTransform xlink:href="#frame" attributeName="transform" type="rotate" begin="0s" dur="3s" values="0 150 150; 0 150 150; 180 150 150" keyTimes="0; 0.8; 1" repeatCount="indefinite" />
<animateTransform xlink:href="#hourglass" attributeName="transform" type="rotate" begin="0s" dur="3s" values="0 150 150; 0 150 150; 180 150 150" keyTimes="0; 0.8; 1" repeatCount="indefinite" />
</svg>
<!-- sand -->
<svg>
<!-- upper part -->
<polygon id="upper" points="120,125 180,125 150,147" style="fill:#2c3e50;">
<animate attributeName="points" dur="3s" keyTimes="0; 0.8; 1" values="120,125 180,125 150,147; 150,150 150,150 150,150; 150,150 150,150 150,150" repeatCount="indefinite"/>
</polygon>
<!-- falling sand -->
<path id="line" stroke-linecap="round" stroke-dasharray="1,4" stroke-dashoffset="200.00" stroke="#2c3e50" stroke-width="2" d="M150,150 L150,198">
<!-- running sand -->
<animate attributeName="stroke-dashoffset" dur="3s" to="1.00" repeatCount="indefinite"/>
<!-- emptied upper -->
<animate attributeName="d" dur="3s" to="M150,195 L150,195" values="M150,150 L150,198; M150,150 L150,198; M150,198 L150,198; M150,195 L150,195" keyTimes="0; 0.65; 0.9; 1" repeatCount="indefinite"/>
<!-- last drop -->
<animate attributeName="stroke" dur="3s" keyTimes="0; 0.65; 0.8; 1" values="#2c3e50;#2c3e50;transparent;transparent" to="transparent" repeatCount="indefinite"/>
</path>
<!-- lower part -->
<g id="lower">
<path d="M150,180 L180,190 A28,10 0 1,1 120,190 L150,180 Z" style="stroke: transparent; stroke-width:5; fill:#2c3e50;">
<animateTransform attributeName="transform" type="translate" keyTimes="0; 0.65; 1" values="0 15; 0 0; 0 0" dur="3s" repeatCount="indefinite" />
</path>
<animateTransform xlink:href="#lower" attributeName="transform"
type="rotate"
begin="0s" dur="3s"
values="0 150 150; 0 150 150; 180 150 150"
keyTimes="0; 0.8; 1"
repeatCount="indefinite"/>
</g>
<!-- lower overlay - hourglass -->
<path d="M150,150 C60,85 240,85 150,150 C60,215 240,215 150,150 Z" style="stroke: white; stroke-width:5; fill:transparent;">
<animateTransform attributeName="transform"
type="rotate"
begin="0s" dur="3s"
values="0 150 150; 0 150 150; 180 150 150"
keyTimes="0; 0.8; 1"
repeatCount="indefinite"/>
</path>
<!-- lower overlay - frame -->
<path id="frame" d="M100,97 L200, 97 M100,203 L200,203" style="stroke:lightblue; stroke-width:6; stroke-linecap:round">
<animateTransform attributeName="transform"
type="rotate"
begin="0s" dur="3s"
values="0 150 150; 0 150 150; 180 150 150"
keyTimes="0; 0.8; 1"
repeatCount="indefinite"/>
</path>
</svg>
</svg>[/tex]

Attachments:
Similar questions