Math, asked by neetutyagi01764, 9 months ago

factorise
25p²-10p+1-36q²

Answers

Answered by Anonymous
5

<style style="text/css"> .horizontally {  height: 50px;	  overflow: hidden;  position: relative;  background: yellow;  color: red;  border: 1px inset orange; } .horizontally p {  position: absolute;  width: 100%;  height: 100%;  margin: 0;  line-height: 50px;  text-align: center;  /* Starting position */  -moz-transform:translateX(50%);  -webkit-transform:translateX(50%);	  transform:translateX(50%);  /* Apply animation to this element */	  -moz-animation: horizontally 5s linear infinite alternate;  -webkit-animation: horizontally 5s linear infinite alternate;  animation: horizontally 5s linear infinite alternate; } /* Move it (define the animation) */ @-moz-keyframes horizontally {  0%   { -moz-transform: translateX(50%); }  100% { -moz-transform: translateX(-50%); } } @-webkit-keyframes horizontally {  0%   { -webkit-transform: translateX(50%); }  100% { -webkit-transform: translateX(-50%); } } @keyframes horizontally {  0%   {   -moz-transform: translateX(50%); /* Browser bug fix */  -webkit-transform: translateX(50%); /* Browser bug fix */  transform: translateX(50%); 		  }  100% {   -moz-transform: translateX(-50%); /* Browser bug fix */  -webkit-transform: translateX(-50%); /* Browser bug fix */  transform: translateX(-50%);   } } </style>  <div class="horizontally"> <p>Answer </p> </div>

25p²-10p-36q²+1

=> (5p-6p-1)(5p+6q-1)

Hope it's help :)

Similar questions