Math, asked by sahana6851, 6 months ago

if each side of a cube increases 50% by length, then what is the parcentage increase in total surface area of the cube?

Answers

Answered by Anonymous
15
After 50% increase, each edge of thecube becomes 150/100 of the original. Thus, the surface area of the cube becomes (150/100)^2 = 225/100 of the original. Hence,increase in perecentage of surface area = (225-100) = 125% .



 &lt;!DOCTYPE html&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;ᴏᴘ&lt;/title&gt;<br />&lt;style&gt;body {<br />margin:0;<br />padding:0px;<br />background:#02101b;<br />text-align:center ;<br />min-height:100vh;<br />font-weight:bold;<br />font-size:20px;<br />font-family:arial;<br />color:white;<br />}<br />a:before{<br />content:"";<br />position:absolute ;<br />top:0;<br />height:100%;<br />width:40%;<br />background:rgb(255,255,255,.05);<br />transform:skewX(5deg);<br />animation:all 1s linear infinite ;<br />}<br />@keyframes all{<br />0%{<br />position:absolute ;<br />left:0;<br />background:rgb(255,255,255,.05);<br />}<br />50%{<br />left:85px;<br />position:absolute ;<br />background:rgb(255,255,255,.05);<br />}<br />100%{<br />right:85px;<br />position:absolute ;<br />background:rgb(255,255,255,.02);<br />}<br />}<br />a{<br />padding:15px 30px;<br />position:relative ;<br />top:200px;<br />color:#f35621;<br />letter-spacing:2px;<br />text-transform:uppercase ;<br />text-decoration:none;<br />transition:0.5s;<br />height:20px;<br />}<br />a svg ,<br />a svg rect {<br />position:absolute ;<br />top:0;<br />left:0;<br />fill:transparent ;<br />width:100%;<br />height:100%;<br />}<br />a svg rect{<br />stroke-width:2;<br />stroke:#f35612;<br />stroke-dasharray:100;<br />animation:ani 2s linear infinite ;<br />}<br />@keyframes ani{<br />0%{<br />stroke-dashoffset:400;<br />}<br />100%{<br />stroke-dashoffset:0;<br />}<br />}<br />footer{<br />position:absolute ;<br />bottom:0px;<br />width:100%;<br />box-sizing:border-box;<br />background:rgb(255,255,255,.2);<br />padding:5px;<br />height:50px;<br />}<br />.i{<br />height:40px;<br />width:40px;<br />border-radius:50%;<br />border:2px solid white;<br />float:left;<br />position:relative ;<br />left:3px;<br />}<br />.name{<br />font-size:20px;<br />font-weight:300;<br />position:relative ;<br />top:10.5px;<br />left:-10px;<br />}<br />.h{<br />float:right ;<br />margin:10px;<br />color:#f35621;<br />position:relative ;<br />top:3px;<br />animation:hi 1s infinite ;<br />}<br />@keyframes hi{<br />0%{<br />transform:scale(0.8);<br />}<br />50%{<br />transform:scale(1);<br />}<br />100%{<br />transform:scale(0.8);<br />}<br />}&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;a href="#"&gt;<br />&lt;svg &gt;&lt;rect&gt;&lt;/rect&gt;&lt;/svg&gt;<br /> ʜᴏᴘᴇ iᴛs ʜᴇʟᴘs<br />&lt;/a&gt;<br />&lt;footer&gt;<br />&lt;/footer&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;
Similar questions